Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tdbhacks committed Mar 26, 2024
1 parent 1c39e72 commit 599e302
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1083,11 +1083,6 @@ resource "google_kms_crypto_key_version" "crypto_key_version" {
// EkmConnection setup and creation is based off of resource_kms_ekm_connection_test.go
func testGoogleKmsCryptoKeyVersion_externalProtectionLevelOptionsVpc(projectId, keyRingName, cryptoKeyName, ekmConnectionName, keyPath string) string {
return fmt.Sprintf(`
resource "google_project_service" "acceptance" {
project = data.google_project.project.project_id
service = "cloudkms.googleapis.com"
}
data "google_project" "vpc-project" {
project_id = "cloud-ekm-refekm-playground"
}
Expand Down Expand Up @@ -1137,7 +1132,7 @@ resource "google_kms_ekm_connection" "example-ekmconnection" {
}
resource "google_kms_key_ring" "key_ring" {
project = google_project_service.acceptance.project
project = data.google_project.project.project_id
name = "%s"
location = "us-central1"
}
Expand Down

0 comments on commit 599e302

Please sign in to comment.