Skip to content

Commit e8bca85

Browse files
authored
Merge pull request #2 from avlcloudtechnologies/docs/fix-readme
Fix readme
2 parents 2ea37bd + 812f93a commit e8bca85

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)