Skip to content

Commit

Permalink
docs: Correct typo in examples and README (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Omar Hisham <[email protected]>
  • Loading branch information
ZeroOmar and Omar Hisham authored Dec 10, 2024
1 parent e92fe24 commit 9649166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module "opensearch" {
actions = ["es:*"]
condition = [{
conditions = [{
test = "IpAddress"
variable = "aws:SourceIp"
values = ["127.0.0.1/32"]
Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module "opensearch" {

actions = ["es:*"]

condition = [{
conditions = [{
test = "IpAddress"
variable = "aws:SourceIp"
values = ["127.0.0.1/32"]
Expand Down

0 comments on commit 9649166

Please sign in to comment.