Skip to content

Commit

Permalink
upgrade everything to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Oct 5, 2023
1 parent 6c404b7 commit bf28724
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ env:
TF_ENV: production

BASE_DIR: commonimages/components
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delius-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

TEAM_DIR: teams/delius-core
PROJECT_DIR_DEPTH: 3
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: v0.36.1

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delius-iaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

TEAM_DIR: teams/delius-iaps
PROJECT_DIR_DEPTH: 3
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: v0.36.1

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hmpps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

TEAM_DIR: teams/hmpps
PROJECT_DIR_DEPTH: 3
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: v0.36.1

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nomis-data-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

TEAM_DIR: teams/nomis-data-hub
PROJECT_DIR_DEPTH: 3
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: v0.36.1

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nomis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

TEAM_DIR: teams/nomis
PROJECT_DIR_DEPTH: 3
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: v0.36.1

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oasys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ env:

TEAM_DIR: teams/oasys
PROJECT_DIR_DEPTH: 3
DEFAULT_TERRAFORM_VERSION: 1.3.3
DEFAULT_TERRAFORM_VERSION: 1.5.7
TERRAGRUNT_VERSION: v0.36.1

defaults:
Expand Down
2 changes: 1 addition & 1 deletion commonimages/components/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}

provider "aws" {
Expand Down
2 changes: 1 addition & 1 deletion teams/delius-core/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}


2 changes: 1 addition & 1 deletion teams/delius-iaps/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}
2 changes: 1 addition & 1 deletion teams/hmpps/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}
2 changes: 1 addition & 1 deletion teams/nomis-data-hub/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}
2 changes: 1 addition & 1 deletion teams/nomis/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}
2 changes: 1 addition & 1 deletion teams/oasys/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
version = "~> 5.0"
}
}
required_version = "=1.3.3"
required_version = "=1.5.7"
}


0 comments on commit bf28724

Please sign in to comment.