Skip to content

Commit

Permalink
If not specified, a default Workstations service agent SA is returned…
Browse files Browse the repository at this point in the history
… (#7428) (#380)

* If not specified, a default service agent SA is returned

* Revert "Skip TestAccWorkstationsWorkstationConfig_workstationConfigEncryptionKeyExample"

This reverts commit 097bdbef337f4df402e81b4583994a779f63063d.

* remove `rotation_period`

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Mar 14, 2023
1 parent 0834ebe commit 706bbeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workstation_config_encryption_key/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ resource "google_kms_key_ring" "default" {
resource "google_kms_crypto_key" "default" {
name = "workstation-cluster-${local.name_suffix}"
key_ring = google_kms_key_ring.default.id
rotation_period = "100000s"
provider = google-beta
}

Expand Down

0 comments on commit 706bbeb

Please sign in to comment.