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.
1 parent d4124b0 commit 5aed389Copy full SHA for 5aed389
examples/complete/main.tf
@@ -27,7 +27,7 @@ module "subnets" {
27
28
module "elasticsearch" {
29
source = "cloudposse/elasticsearch/aws"
30
- version = "0.44.0"
+ version = "1.0.0"
31
32
security_groups = [module.vpc.vpc_default_security_group_id]
33
vpc_id = module.vpc.vpc_id
0 commit comments