Skip to content

Commit

Permalink
update to 1.3.0 to support cross-module moves
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Apr 3, 2023
1 parent 2b5d6b8 commit 0e7ab55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/gcp/terraform/k8s-infra-oci-proxy-prod/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ This file defines:
*/

terraform {
required_version = "~> 1.2.0"
required_version = "~> 1.3.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ limitations under the License.
*/

terraform {
required_version = "~> 1.2.0"
required_version = ">= 1.2.0"

required_providers {
google = {
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/terraform/modules/oci-proxy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ This file defines:
*/

terraform {
required_version = "~> 1.2.0"
required_version = "~> 1.3.0"
}

0 comments on commit 0e7ab55

Please sign in to comment.