powerscale_network_settings (Data Source)

This datasource is used to query the Network Settings from PowerScale array. The information fetched from this datasource can be used for getting the details or for further processing in resource block. PowerScale Network Settings provide the ability to configure external network configuration on the cluster.

Example Usage

/*
Copyright (c) 2023-2024 Dell Inc., or its subsidiaries. All Rights Reserved.

Licensed under the Mozilla Public License Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://mozilla.org/MPL/2.0/


Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

# PowerScale Network Settings provide the ability to configure external network configuration on the cluster.

# Returns PowerScale network settings detail
data "powerscale_network_settings" "example" {
}

# Output value of above block by executing 'terraform output' command
# The user can use the fetched information by the variable data.powerscale_network_settings.example
output "powerscale_network_settings_output" {
  value = data.powerscale_network_settings.example
}

Schema

Read-Only

  • default_groupnet (String) Default client-side DNS settings for non-multitenancy aware programs.
  • id (String) Network Settings ID.
  • sc_rebalance_delay (Number) Delay in seconds for IP rebalance.
  • source_based_routing_enabled (Boolean) Enable or disable Source Based Routing.
  • tcp_ports (List of Number) List of client TCP ports.