Skip to content

Commit e45c25f

Browse files
committed
remove state from test
1 parent b22761b commit e45c25f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mmv1/third_party/terraform/services/kms/data_source_google_kms_crypto_key_version_latest_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func testAccDataSourceGoogleKmsCryptoKeyVersionLatest_basic(kmsKey string) strin
4343
return fmt.Sprintf(`
4444
resource "google_kms_crypto_key_version" "version" {
4545
crypto_key = "%s"
46-
state = "ENABLED"
4746
}
4847
4948
data "google_kms_crypto_key_version_latest" "version_latest" {

0 commit comments

Comments
 (0)