We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c967c5 commit 9f4935fCopy full SHA for 9f4935f
tencentcloud/resource_tc_teo_zone_setting_test.go
@@ -81,7 +81,7 @@ func TestAccTencentCloudTeoZoneSetting_basic(t *testing.T) {
81
ImportStateVerify: true,
82
},
83
{
84
- Config: testAccTeoZoneSetting,
+ Config: testAccTeoZoneSettingUp,
85
Check: resource.ComposeTestCheckFunc(
86
testAccCheckZoneSettingExists("tencentcloud_teo_zone_setting.basic"),
87
resource.TestCheckResourceAttr("tencentcloud_teo_zone_setting.basic", "zone_id", defaultZoneId),
0 commit comments