Skip to content

Commit 9649166

Browse files
ZeroOmarOmar Hisham
andauthored
docs: Correct typo in examples and README (#34)
Co-authored-by: Omar Hisham <omar.hisham@almatar.com>
1 parent e92fe24 commit 9649166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module "opensearch" {
116116
117117
actions = ["es:*"]
118118
119-
condition = [{
119+
conditions = [{
120120
test = "IpAddress"
121121
variable = "aws:SourceIp"
122122
values = ["127.0.0.1/32"]

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ module "opensearch" {
142142

143143
actions = ["es:*"]
144144

145-
condition = [{
145+
conditions = [{
146146
test = "IpAddress"
147147
variable = "aws:SourceIp"
148148
values = ["127.0.0.1/32"]

0 commit comments

Comments
 (0)