feat: updated secertsmanager-secret to use emphemeral resource
This commit is contained in:
@@ -16,8 +16,14 @@ variable "generate_secret" {
|
||||
description = "If set to true, a secure password will be generated and saved."
|
||||
}
|
||||
|
||||
variable kms_key_id {
|
||||
type = string
|
||||
default = null
|
||||
variable "kms_key_id" {
|
||||
type = string
|
||||
default = null
|
||||
description = "Custom kms key id. If not specified, the default key aws/secretmanager key will be used."
|
||||
}
|
||||
|
||||
variable "secret_version" {
|
||||
type = number
|
||||
description = "Secret version number. Increment to modify secret, or leave this unset to have your secret updated everytime terraform applies"
|
||||
default = null
|
||||
}
|
||||
Reference in New Issue
Block a user