Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Dec 5, 2024
1 parent 463052e commit fd4e5e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .terraform.lock
Empty file.
2 changes: 1 addition & 1 deletion modules/autokey/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ resource "google_kms_autokey_config" "primary" {

folder = var.autokey_folder_number
key_project = "projects/${var.autokey_kms_project_id}"
depends_on = [time_sleep.wait_srv_acc_permissions]
depends_on = [time_sleep.wait_srv_acc_permissions]
}

0 comments on commit fd4e5e1

Please sign in to comment.