Skip to content

Commit

Permalink
Belgium: Upgrade Terraform to v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 15, 2024
1 parent f73a5bf commit cec04d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tf-modules/environment_workspace/tfe.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "tfe_workspace" "main" {

auto_apply = true

terraform_version = "1.2.4"
terraform_version = var.tfe_terraform_version

vcs_repo {
identifier = var.github_repo
Expand Down
3 changes: 3 additions & 0 deletions tf-modules/environment_workspace/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ variable "tfe_root_workspace" {
variable "tfe_oauth_client_id" {
default = "oc-7jBF4Z5YhNc4QRSc"
}
variable "tfe_terraform_version" {
default = "1.2.4"
}

variable "github_repo" {
default = "relaycorp/cloud-gateway"
Expand Down
2 changes: 2 additions & 0 deletions tf-workspace/environments.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ module "env_belgium" {

name = "belgium"

tfe_terraform_version = "1.6.6"

gcp_parent_folder = var.gcp_parent_folder
gcp_billing_account = var.gcp_billing_account

Expand Down

0 comments on commit cec04d9

Please sign in to comment.