Skip to content

Commit

Permalink
[TMP] - Pin dev version of Terraform container
Browse files Browse the repository at this point in the history
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
henrytk committed Aug 30, 2018
1 parent 1a4a2c3 commit 1527c4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions concourse/pipelines/create-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: f810666094e6c65eeb183f9833b231aa24df6811
tag: terraform-aws-provider-upgrade
inputs:
- name: terraform-variables
- name: paas-cf
Expand Down Expand Up @@ -2370,7 +2370,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: f810666094e6c65eeb183f9833b231aa24df6811
tag: terraform-aws-provider-upgrade
inputs:
- name: datadog-tfstate
- name: paas-cf
Expand Down
2 changes: 1 addition & 1 deletion concourse/pipelines/destroy-cloudfoundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: terraform-variables
- name: paas-cf
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/forget-access-keys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-cf
- name: cf-tfstate
Expand Down
2 changes: 1 addition & 1 deletion concourse/tasks/terraform_destroy_datadog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image_resource:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-cf
- name: datadog-tfstate
Expand Down

0 comments on commit 1527c4a

Please sign in to comment.