Skip to content

Releases: Rayraegah/terraform-aws-hasura

v3.1.3

21 Oct 12:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

11 Jul 12:07
Compare
Choose a tag to compare

Minor update to README for Terraform Registry Homepage. Thanks to @kathawala for adding explanations on variables

v3.1.1

18 Jan 01:19
4f64f02
Compare
Choose a tag to compare
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

29 Oct 06:22
Compare
Choose a tag to compare
  • Changed variable to avoid interpolation-only expression
  • Allows the configuration of the database storage encryption setting

v3.0.2

20 May 01:43
Compare
Choose a tag to compare

#22 Added variable descriptions and updated documentation

v3.0.1

02 Mar 23:08
Compare
Choose a tag to compare

#21 Allows customization of hasura cluster names with ecs_cluster_name (defaults to hasura-cluster when not defined).

v3.0.0

16 Feb 23:40
Compare
Choose a tag to compare
  • (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

30 Sep 05:17
Compare
Choose a tag to compare
  • Adds ability to assign more than one security group to Hasura RDS instance.

v2.2.1

25 Sep 23:46
Compare
Choose a tag to compare

v2.2.0

02 Sep 23:25
Compare
Choose a tag to compare
  • Access key variable has been renamed to hasura_admin_secret from hasura_access_key #5