Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Nov 12, 2024
1 parent af032d9 commit fb4bd33
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
*/

variable "kms_project_id" {
description = "The ID of the project in which Autokey resources (autokey keyring, keyHandle and kms keys) will be provisioned."
description = "The ID of the project in which kms keyring and kms keys will be provisioned by autokey."
type = string
}

variable "folder_id" {
type = string
description = "The ID of the folder for which to enable and configure Autokey. Required when using Autokey."
description = "The ID of the folder for which to configure and enable Autokey feature. Required when using Autokey."
}

File renamed without changes.
File renamed without changes.
File renamed without changes.
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 keys)."
description = "The ID of the project in which kms keyrings and keys will be provisioned by the Autokey."
type = string
}

variable "autokey_folder_number" {
type = string
description = "The folder number on which autokey will be configured. Required when using Autokey."
description = "The folder number on which autokey will be configured and enabled. Required when using Autokey."
}

0 comments on commit fb4bd33

Please sign in to comment.