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 e92fe24 commit 9649166Copy full SHA for 9649166
README.md
@@ -116,7 +116,7 @@ module "opensearch" {
116
117
actions = ["es:*"]
118
119
- condition = [{
+ conditions = [{
120
test = "IpAddress"
121
variable = "aws:SourceIp"
122
values = ["127.0.0.1/32"]
examples/complete/main.tf
@@ -142,7 +142,7 @@ module "opensearch" {
142
143
144
145
146
147
148
0 commit comments