Skip to content

Commit f41e199

Browse files
author
jslopes
committed
add suporte para secret manager
1 parent cc5aea8 commit f41e199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ variable "db_instance_identifier" {
4848
variable "db_cluster_identifier" {
4949
type = string
5050
default = ""
51+
}
52+
variable "secretsmanager" {
53+
type = any
54+
default = []
5155
}

0 commit comments

Comments
 (0)