Skip to content

Commit

Permalink
bump terraform to 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Nov 2, 2023
1 parent d3c24a2 commit 8c68952
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composite-action/terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ runs:
- name: Setup Terraform
uses: hashicorp/setup-terraform@v2
with:
terraform_version: v1.6.1
terraform_version: v1.6.3

- name: Terraform Init
run: terraform init
Expand Down
1 change: 1 addition & 0 deletions terraform/daily_snapshot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ terraform {
# validation.
skip_credentials_validation = "true"
skip_requesting_account_id = "true"
skip_s3_checksum = "true"
}
}

Expand Down
1 change: 1 addition & 0 deletions terraform/daily_snapshot/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ terraform {
# Unfortunately, DigitalOcean does not support STS so we have to skip the
# validation.
skip_credentials_validation = "true"
skip_s3_checksum = "true"
}
}

Expand Down
1 change: 1 addition & 0 deletions terraform/forest-calibnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ terraform {
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true
skip_s3_checksum = true
}
}

Expand Down
1 change: 1 addition & 0 deletions terraform/forest-mainnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ terraform {
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true
skip_s3_checksum = true
}
}

Expand Down
1 change: 1 addition & 0 deletions terraform/new-relic/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ terraform {
skip_credentials_validation = true
skip_metadata_api_check = true
skip_requesting_account_id = true
skip_s3_checksum = true
}
}

Expand Down
1 change: 1 addition & 0 deletions terraform/sync_check/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ terraform {
# validation.
skip_credentials_validation = "true"
skip_requesting_account_id = "true"
skip_s3_checksum = "true"
}
}

Expand Down

0 comments on commit 8c68952

Please sign in to comment.