Skip to content

Commit edd40af

Browse files
tongyimingmikatong
andauthored
remove permit_default_key_pair_login test (#1887)
Co-authored-by: mikatong <mikatong@tencent.com>
1 parent f6adf38 commit edd40af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tencentcloud/resource_tc_lighthouse_instance_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func TestAccTencentCloudLighthouseInstanceResource_basic(t *testing.T) {
6161
Config: testAccLighthouseInstance_update,
6262
Check: resource.ComposeTestCheckFunc(
6363
resource.TestCheckResourceAttr("tencentcloud_lighthouse_instance.instance", "renew_flag", "NOTIFY_AND_MANUAL_RENEW"),
64-
resource.TestCheckResourceAttr("tencentcloud_lighthouse_instance.instance", "permit_default_key_pair_login", "NO"),
6564
),
6665
},
6766
},
@@ -208,6 +207,5 @@ resource "tencentcloud_lighthouse_instance" "instance" {
208207
}
209208
command = "echo \"hello\""
210209
}
211-
permit_default_key_pair_login = "NO"
212210
}
213211
`

0 commit comments

Comments
 (0)