We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ea37bd + 812f93a commit e8bca85Copy full SHA for e8bca85
README.md
@@ -10,7 +10,7 @@ provider "aws" {
10
11
provider "elasticsearch" {
12
url = "https://${module.opensearch.fqdn}"
13
- aws_region = var.aws_region
+ aws_region = var.region
14
healthcheck = false
15
}
16
0 commit comments