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 db065d1 commit 9ea551a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/autokey/autokey-setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ module "autokey" {
version = "3.1.0"

autokey_kms_project_id = var.kms_project_id
autokey_folder_number = var.folder_id
autokey_folder_number = var.folder_id
}

2 changes: 1 addition & 1 deletion examples/autokey/keyhandle-setup/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ variable "resource_type_selector" {

variable "bucket_location" {
type = string
description = "The gcp location where storage bucket will be created"
description = "The gcp location where storage bucket will be created"
}

0 comments on commit 9ea551a

Please sign in to comment.