Skip to content

Commit e4850f8

Browse files
authored
chore: Remove unsupported argument from README.md (#3)
1 parent 77d2c13 commit e4850f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ locals {
7474
"string" = {
7575
type = "String"
7676
value = "string_value123"
77-
overwrite = true
7877
tier = "Intelligent-Tiering"
7978
allowed_pattern = "[a-z0-9_]+"
8079
}
@@ -131,7 +130,6 @@ module "multiple" {
131130
secure_type = try(each.value.secure_type, null)
132131
description = try(each.value.description, null)
133132
tier = try(each.value.tier, null)
134-
overwrite = try(each.value.overwrite, null)
135133
key_id = try(each.value.key_id, null)
136134
allowed_pattern = try(each.value.allowed_pattern, null)
137135
data_type = try(each.value.data_type, null)

0 commit comments

Comments
 (0)