From 70b430f6f64b8751cb029548a5641a888b8e276a Mon Sep 17 00:00:00 2001 From: Pradeepsingh Bhati Date: Thu, 31 Mar 2022 17:25:10 +0530 Subject: [PATCH] test config changes --- nutanix/resource_nutanix_karbon_cluster_test.go | 2 +- test_config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nutanix/resource_nutanix_karbon_cluster_test.go b/nutanix/resource_nutanix_karbon_cluster_test.go index e0228f13d..f317ce50f 100644 --- a/nutanix/resource_nutanix_karbon_cluster_test.go +++ b/nutanix/resource_nutanix_karbon_cluster_test.go @@ -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] : [] diff --git a/test_config.json b/test_config.json index 0a8cfcbf8..ebb26e960 100644 --- a/test_config.json +++ b/test_config.json @@ -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",