Skip to content

Commit

Permalink
Change default EdgeCluster name
Browse files Browse the repository at this point in the history
Signed-off-by: graysonwu <[email protected]>
  • Loading branch information
GraysonWu committed Sep 27, 2023
1 parent 7e25a0d commit 236bbcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nsxt/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
// Default names or prefixed of NSX backend existing objects used in the acceptance tests.
// Those defaults can be overridden using environment parameters
const tier0RouterDefaultName string = "PLR-1 LogicalRouterTier0"
const edgeClusterDefaultName string = "edgecluster1"
const edgeClusterDefaultName string = "EDGECLUSTER1"
const vlanTransportZoneName string = "transportzone2"
const overlayTransportZoneNamePrefix string = "1-transportzone"
const macPoolDefaultName string = "DefaultMacPool"
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/dhcp_server_ip_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Provides a resource to configure IP Pool for logical DHCP server on NSX-T manage

```hcl
data "nsxt_edge_cluster" "edgecluster" {
display_name = "edgecluster1"
display_name = "EDGECLUSTER1"
}
resource "nsxt_dhcp_server_profile" "serverprofile" {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/logical_dhcp_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Provides a resource to configure logical DHCP server on NSX-T manager

```hcl
data "nsxt_edge_cluster" "edgecluster" {
display_name = "edgecluster1"
display_name = "EDGECLUSTER1"
}
resource "nsxt_dhcp_server_profile" "serverprofile" {
Expand Down

0 comments on commit 236bbcc

Please sign in to comment.