Skip to content

Commit 85b87ec

Browse files
author
jslopes
committed
varias correcoes
1 parent 268f331 commit 85b87ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "aws_secretsmanager_secret_version" "main" {
8282
secret_string = jsonencode(var.secret_string)
8383

8484
lifecycle {
85-
ignore_changes = [ "secret_string" ]
85+
ignore_changes = [ secret_string ]
8686
}
8787
}
8888

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ variable "auth" {
3434
default = []
3535
}
3636
variable "default_tags" {
37-
type = list(map)
37+
type = map(string)
3838
default = {}
3939
}
4040
variable "recovery_window_in_days" {

0 commit comments

Comments
 (0)