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

Commit ca4962b

Browse files
Mike McGirrketzacoatl
Mike McGirr
authored andcommitted
Fix quoted type variable in the dlm module
1 parent 9851f27 commit ca4962b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/dlm-lifecycle-policy/variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variable "name_prefix" {
22
description = "Name to prefix the DML lifecycle"
3-
type = "string"
3+
type = string
44
}
55

66
variable "ebs_target_tags" {
@@ -59,7 +59,7 @@ variable "policy_copy_tags" {
5959

6060
variable "policy_tags_to_add" {
6161
description = "Tags to add to the snapshot"
62-
type = "map"
62+
type = map
6363
default = {"SnapshotCreator" = "DLM lifecycle"}
6464
}
6565

0 commit comments

Comments
 (0)