Skip to content

Commit

Permalink
updated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Nov 11, 2024
1 parent 852ac5a commit db065d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions examples/autokey/autokey-setup/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
*/

module "autokey" {
//source = "terraform-google-modules/kms/google//modules/autokey"
source = "../../../modules/autokey"
//version = "3.1.0"
source = "terraform-google-modules/kms/google//modules/autokey"
version = "3.1.0"

autokey_kms_project_id = var.kms_project_id
autokey_folder_number = var.folder_id
Expand Down
4 changes: 2 additions & 2 deletions modules/autokey/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/

variable "autokey_kms_project_id" {
description = "The ID of the project in which to provision Autokey resources (autokey keyring and keyHandle keys)."
description = "The ID of the project in which to provision Autokey resources (autokey keyring and keys)."
type = string
}

variable "autokey_folder_number" {
type = string
description = "The Autokey folder number used by Autokey config resource. Required when using Autokey."
description = "The folder number on which autokey will be configured. Required when using Autokey."
}

0 comments on commit db065d1

Please sign in to comment.