-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TMP] - Pin dev version of Terraform container
Changed with: ```bash find concourse/ -type f -exec sed -i sed -i '' 's/tag: 9cad30b5d5889a0b72173f39701d1620e24df82c/tag: terraform-aws-provider-upgrade/' {} + find concourse/ -type f -exec sed -i sed -i '' 's/tag: f810666094e6c65eeb183f9833b231aa24df6811/tag: terraform-aws-provider-upgrade/' {} + ``` Once the Docker image is built and tagged you can update this temporary commit with: ```bash find concourse/ -type f -exec sed -i sed -i '' 's/tag: terraform-aws-provider-upgrade/tag: whatever-the-new-hash-is/' {} + ``` Commit message you can use: Upgrade Terraform AWS provider This is the minimum upgrade required to fix an issue we are having with DNS entries flapping[1]. Documentation for this provider version: [2] [1] hashicorp/terraform-provider-aws#361 [2] https://github.com/terraform-providers/terraform-provider-aws/tree/v1.8.0/website/docs/r
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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