Skip to content

Commit

Permalink
Update Terraform tfe to v0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Apr 10, 2024
1 parent 331622f commit 0e87fae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
}
tfe = {
source = "hashicorp/tfe"
version = "0.51.1"
version = "0.53.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-bootstrap/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "~> 0.47.0"
version = "~> 0.53.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/aws/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}

tfe = {
version = "~> 0.47.0"
version = "~> 0.53.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/deployments/tfc-configuration/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
required_providers {
tfe = {
source = "hashicorp/tfe"
version = "0.51.1"
version = "0.53.0"
}
}
}
Expand Down

0 comments on commit 0e87fae

Please sign in to comment.