From 9649166b8f7ecd25c3157c3e947f1e2a1e32605d Mon Sep 17 00:00:00 2001 From: Zero Omar Date: Tue, 10 Dec 2024 18:48:15 +0200 Subject: [PATCH] docs: Correct typo in examples and README (#34) Co-authored-by: Omar Hisham --- README.md | 2 +- examples/complete/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87e3035..15d99d9 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ module "opensearch" { actions = ["es:*"] - condition = [{ + conditions = [{ test = "IpAddress" variable = "aws:SourceIp" values = ["127.0.0.1/32"] diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 1cef719..7550fa3 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -142,7 +142,7 @@ module "opensearch" { actions = ["es:*"] - condition = [{ + conditions = [{ test = "IpAddress" variable = "aws:SourceIp" values = ["127.0.0.1/32"]