Skip to content

Commit a10c8f6

Browse files
chore(deps): update terraform cloudposse/elasticsearch/aws to v0.48.0
1 parent a03cc5c commit a10c8f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "subnets" {
2727

2828
module "elasticsearch" {
2929
source = "cloudposse/elasticsearch/aws"
30-
version = "0.44.0"
30+
version = "0.48.0"
3131

3232
security_groups = [module.vpc.vpc_default_security_group_id]
3333
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)