Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 11eec6e

Browse files
author
Alexander Mancevice
committed
terraform 0.12 deprecation fixes
1 parent 9b502eb commit 11eec6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable s3_presigned_url_ttl {
6969
}
7070

7171
variable tags {
72-
default = {}
73-
type = "map"
7472
description = "Tags for resources in module."
73+
type = map
74+
default = {}
7575
}

0 commit comments

Comments
 (0)