Skip to content

Commit

Permalink
test config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed Mar 31, 2022
1 parent 354a585 commit 70b430f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nutanix/resource_nutanix_karbon_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func testAccNutanixKarbonClusterConfig(subnetName string, r int, containter stri
resource "nutanix_karbon_cluster" "cluster" {
name = "test-karbon-%d"
version = "1.18.20-1"
version = "1.19.8-0"
dynamic "active_passive_config" {
for_each = local.deployment_type == "active-passive" ? [1] : []
Expand Down
2 changes: 1 addition & 1 deletion test_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"subnet_name": "vlan.154",
"default_container_name": "default-container-44480920297856",
"default_container_name": "default-container-75702903530678",
"user_group_with_distinguished_name": {
"distinguished_name": "cn=sspadmins,cn=users,dc=qa,dc=nucalm,dc=io",
"display_name": "sspadmins",
Expand Down

0 comments on commit 70b430f

Please sign in to comment.