Releases: Rayraegah/terraform-aws-hasura
Releases · Rayraegah/terraform-aws-hasura
v3.1.1
Change to indices in set for ebs_block_device
Fixes #30 as described in https://github.com/hashicorp/terraform/issues/24527 which was discovered and reported by @grp06 (thank you!)
v3.1.0
- Changed variable to avoid interpolation-only expression
- Allows the configuration of the database storage encryption setting
v3.0.2
#22 Added variable descriptions and updated documentation
v3.0.1
#21 Allows customization of hasura cluster names with ecs_cluster_name
(defaults to hasura-cluster
when not defined).
v3.0.0
- (breaking) Allows customization of sub-domain for hasura graphql engine (default:
hasura
). This change impacts domain name of aws_acm_certificate
and bucket name/id of aws_s3_bucket
.
v2.2.2
- Adds ability to assign more than one security group to Hasura RDS instance.
v2.2.0
- Access key variable has been renamed to
hasura_admin_secret
from hasura_access_key
#5