This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Releases: hashicorp/terraform-aws-nomad
Releases · hashicorp/terraform-aws-nomad
v0.10.0
Description
- Terraform 1.0 upgrade: We have verified that this repo is compatible with Terraform
1.0.x!- From this release onward, we will only be running tests with Terraform
1.0.xagainst this repo, so we recommend updating to1.0.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform
0.15.1and above, as that version has several features in it (required_providerswithsourceURLs) that make it more forwards compatible with1.0.x.
- From this release onward, we will only be running tests with Terraform
Related links
v0.9.1
Modules affected
install-nomad
Description
- The
install-nomadscript now supports ARM processors! - Updated the examples in the
examplesfolder to include ARM, as well as bumping the default Nomad version to 1.1.1 and default Consul version to 1.9.6.
Special thanks
- Thank you to @nepeat for the contribution!
Related links
v0.9.0
Description
- Terraform 0.15 upgrade: We have verified that this repo is compatible with Terraform
0.15.x!- From this release onward, we will only be running tests with Terraform
0.15.xagainst this repo, so we recommend updating to0.15.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform
0.12.26and above, as that version has several features in it (required_providerswithsourceURLs) that make it more forwards compatible with0.15.x. - Once all Gruntwork repos have been upgrade to work with
0.15.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.
- From this release onward, we will only be running tests with Terraform
Related links
v0.8.0
Description
- Terraform 0.14 upgrade: We have verified that this repo is compatible with Terraform
0.14.x!- From this release onward, we will only be running tests with Terraform
0.14.xagainst this repo, so we recommend updating to0.14.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform
0.12.26and above, as that version has several features in it (required_providerswithsourceURLs) that make it more forwards compatible with0.14.x. - Once all Gruntwork repos have been upgrade to work with
0.14.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.
- From this release onward, we will only be running tests with Terraform
Related links
v0.7.2
Modules affected
nomad-cluster
Description
- Fix a bug where
nomad-clusterwouldn't handle an emptyallowed_ssh_cidr_blocksinput correctly. - You can now configure the allowed outbound CIDR blocks via the new
allow_outbound_cidr_blocksinput variable.
Special thanks
- Thank you to @MatthiasScholz for the contribution!
Related links
v0.7.1
v0.7.0
Modules affected
- (none)
Description
- Terraform 0.13 upgrade: We have verified that this repo is compatible with Terraform
0.13.x!- From this release onward, we will only be running tests with Terraform
0.13.xagainst this repo, so we recommend updating to0.13.xsoon! - To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (
required_providerswithsourceURLs) that make it more forwards compatible with0.13.x. - Once all Gruntwork repos have been upgrade to work with
0.13.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.
- From this release onward, we will only be running tests with Terraform
Related links
v0.6.7
Modules affected
nomad-cluster
Description
- The
nomad-clustermodule now provides output variables with information about the IAM instance profile:iam_instance_profile_arn,iam_instance_profile_id, andiam_instance_profile_name.
Special thanks
- Thank you to @nicgrayson for the PR!
Related links
v0.6.6
Modules affected
nomad-cluster
Description
- The
nomad-clustermodule now sets theignore_changeslifecycle setting onload_balancersandtarget_group_arnsattributes. As of AWS Provider 3.x, if you useaws_autoscaling_attachment, you MUST haveignore_changesset on these attributes, or your load balancer will be removed (see corresponding issue in the AWS provider). Since thenomad-clustermodule doesn't let you use these attributes anyway, this should be a backwards compatible change that allows this module to work properly with a load balancer.
Special thanks
- Thank you to @so-development for the PR!
Related links
v0.6.5
Modules affected
nomad-cluster
Description
- Set default values for
availability_zonesandsubnet_idstonullinnomad-cluster. As of AWS Provider 3.x, only one of these parameters may be set at a time on an Auto Scaling Group, so we now have to usenullrather than empty list as our default. - Update all examples to use
v0.7.7ofterraform-aws-consul, which has a similar fix to work with AWS Provider 3.x.