Skip to content

Commit 812f93a

Browse files
committed
Fix readme
1 parent 2ea37bd commit 812f93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ provider "aws" {
1010
1111
provider "elasticsearch" {
1212
url = "https://${module.opensearch.fqdn}"
13-
aws_region = var.aws_region
13+
aws_region = var.region
1414
healthcheck = false
1515
}
1616

0 commit comments

Comments
 (0)