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/' {} +
```

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 4ca381b commit eb42e08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions concourse/pipelines/create-bosh-concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
params:
TF_VAR_env: ((deploy_env))
TF_VAR_state_bucket: ((state_bucket))
Expand Down Expand Up @@ -416,7 +416,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-tfstate
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: terraform-variables
Expand Down Expand Up @@ -1117,7 +1117,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-terraform-outputs
Expand Down Expand Up @@ -1519,7 +1519,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-tfstate
Expand Down Expand Up @@ -1556,7 +1556,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-terraform-outputs
Expand Down Expand Up @@ -1601,7 +1601,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-terraform-outputs
Expand Down
10 changes: 5 additions & 5 deletions concourse/pipelines/destroy-bosh-concourse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-terraform-outputs
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: vpc-terraform-outputs
Expand Down Expand Up @@ -481,7 +481,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
inputs:
- name: paas-bootstrap
- name: terraform-variables
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
params:
TF_VAR_env: ((deploy_env))
AWS_DEFAULT_REGION: ((aws_region))
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
type: docker-image
source:
repository: governmentpaas/terraform
tag: 9cad30b5d5889a0b72173f39701d1620e24df82c
tag: terraform-aws-provider-upgrade
params:
TF_VAR_env: ((deploy_env))
TF_VAR_state_bucket: ((state_bucket))
Expand Down

0 comments on commit eb42e08

Please sign in to comment.