Skip to content

Commit

Permalink
fmt change
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Nov 11, 2024
1 parent d96d2de commit af032d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/autokey/autokey-setup/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
output "autokey_config_id" {
description = "An Autokey configuration identifier."
value = module.autokey.autokey_config_id
}
}
2 changes: 1 addition & 1 deletion examples/autokey/keyhandle-setup/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ output "bucket_keyhandle" {
output "bucket_name" {
description = "A map of KeyHandles created."
value = module.bucket.name
}
}
2 changes: 1 addition & 1 deletion modules/autokey/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ resource "google_kms_autokey_config" "primary" {

folder = var.autokey_folder_number
key_project = "projects/${var.autokey_kms_project_id}"
}
}

0 comments on commit af032d9

Please sign in to comment.