mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-05 13:08:07 +00:00
ci: pin terraform until planning bug is resolved (#19560)
Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
3
.github/workflows/enos-fmt.yml
vendored
3
.github/workflows/enos-fmt.yml
vendored
@@ -19,6 +19,9 @@ jobs:
|
|||||||
- uses: hashicorp/setup-terraform@v2
|
- uses: hashicorp/setup-terraform@v2
|
||||||
with:
|
with:
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
# Terraform 1.4.x introduced an issue that prevents some resources from
|
||||||
|
# planning. Pin to 1.3.x until it is resolved.
|
||||||
|
terraform_version: 1.3.9
|
||||||
- uses: hashicorp/action-setup-enos@v1
|
- uses: hashicorp/action-setup-enos@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
|
||||||
|
|||||||
3
.github/workflows/enos-run-k8s.yml
vendored
3
.github/workflows/enos-run-k8s.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
|||||||
# the Terraform wrapper will break Terraform execution in Enos because
|
# the Terraform wrapper will break Terraform execution in Enos because
|
||||||
# it changes the output to text when we expect it to be JSON.
|
# it changes the output to text when we expect it to be JSON.
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
# Terraform 1.4.x introduced an issue that prevents some resources from
|
||||||
|
# planning. Pin to 1.3.x until it is resolved.
|
||||||
|
terraform_version: 1.3.9
|
||||||
- name: Set up Enos
|
- name: Set up Enos
|
||||||
uses: hashicorp/action-setup-enos@v1
|
uses: hashicorp/action-setup-enos@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
3
.github/workflows/test-enos-scenario-ui.yml
vendored
3
.github/workflows/test-enos-scenario-ui.yml
vendored
@@ -90,6 +90,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
|
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
# Terraform 1.4.x introduced an issue that prevents some resources from
|
||||||
|
# planning. Pin to 1.3.x until it is resolved.
|
||||||
|
terraform_version: 1.3.9
|
||||||
- name: Prepare scenario dependencies
|
- name: Prepare scenario dependencies
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./enos/support/terraform-plugin-cache
|
mkdir -p ./enos/support/terraform-plugin-cache
|
||||||
|
|||||||
@@ -111,6 +111,9 @@ jobs:
|
|||||||
# the Terraform wrapper will break Terraform execution in Enos because
|
# the Terraform wrapper will break Terraform execution in Enos because
|
||||||
# it changes the output to text when we expect it to be JSON.
|
# it changes the output to text when we expect it to be JSON.
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
# Terraform 1.4.x introduced an issue that prevents some resources from
|
||||||
|
# planning. Pin to 1.3.x until it is resolved.
|
||||||
|
terraform_version: 1.3.9
|
||||||
- uses: aws-actions/configure-aws-credentials@v1-node16
|
- uses: aws-actions/configure-aws-credentials@v1-node16
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_CI }}
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_CI }}
|
||||||
|
|||||||
Reference in New Issue
Block a user