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 77d2c13 commit e4850f8Copy full SHA for e4850f8
README.md
@@ -74,7 +74,6 @@ locals {
74
"string" = {
75
type = "String"
76
value = "string_value123"
77
- overwrite = true
78
tier = "Intelligent-Tiering"
79
allowed_pattern = "[a-z0-9_]+"
80
}
@@ -131,7 +130,6 @@ module "multiple" {
131
130
secure_type = try(each.value.secure_type, null)
132
description = try(each.value.description, null)
133
tier = try(each.value.tier, null)
134
- overwrite = try(each.value.overwrite, null)
135
key_id = try(each.value.key_id, null)
136
allowed_pattern = try(each.value.allowed_pattern, null)
137
data_type = try(each.value.data_type, null)
0 commit comments