This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Terraform v0.12 (#344)
* Update Gemfile.locks * Add support for Terraform v0.12 * Add version constraints to attributes module * Add version constraints to backend-ssh module This module can not support Terraform 0.12 until the Docker provider implements support. hashicorp/terraform-provider-docker#144 * Add version constraints to Plug Ins module * Add version constraints to variables module * Update Terraform to 0.11.14 on Ubuntu * Fix name of Ubuntu job Terragrunt is not used on Ubuntu * Update Terragrunt to 0.18.6 on MacOS * Update local provider to 1.2.2 * Update Terraform to 0.12.0 on MacOS * Add entry to CHANGELOG * Update local provider version constraint for 0.12 * Replace path.module with path.cwd Terraform 0.12 changed the behaviour of path.module to return a relative pathname rather than an absolute pathname. hashicorp/terraform#21400 * Declare terragrunt variables Declaring these variables will suppress undeclared variable warnings. * Remove escaped double quotes from string variable Terraform v0.12 evaluates the quotes as part of the string.
- Loading branch information
1 parent
39c6283
commit d145ac4
Showing
20 changed files
with
300 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.