We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5aea8 commit f41e199Copy full SHA for f41e199
variables.tf
@@ -48,4 +48,8 @@ variable "db_instance_identifier" {
48
variable "db_cluster_identifier" {
49
type = string
50
default = ""
51
+}
52
+variable "secretsmanager" {
53
+ type = any
54
+ default = []
55
}
0 commit comments