Skip to content

Commit

Permalink
Upgrade Terraform to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Nov 28, 2024
1 parent 15dba36 commit 017f86f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Digital service for local authorities to provide updates about capital schemes t
```bash
gcloud auth application-default login
```
1. Install Terraform 1.9
1. Install Terraform 1.10
1. Install [Bitwarden CLI](https://bitwarden.com/help/cli/#download-and-install)

## Configure the app
Expand Down
2 changes: 1 addition & 1 deletion cloud/docker-repository/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"

required_providers {
google = {
Expand Down
2 changes: 1 addition & 1 deletion cloud/schemes/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"

required_providers {
google = {
Expand Down
2 changes: 1 addition & 1 deletion cloud/tf-backend/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = "~> 1.9.0"
required_version = "~> 1.10.0"

required_providers {
google = {
Expand Down

0 comments on commit 017f86f

Please sign in to comment.