Skip to content

Commit

Permalink
Bump terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofenoglio committed Jan 17, 2025
1 parent 6bf69c3 commit 59265f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 136 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ provider "helm" {
# Backend Config (partial)
#------------------------------------------------------------------------------
terraform {
required_version = "~> 1.3"
required_version = "~> 1.6"

required_providers {
aws = "~> 5.24"
Expand Down
2 changes: 1 addition & 1 deletion apps-devstg/us-east-1/k8s-eks-demoapps/network/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider "aws" {
# Backend Config (partial)
#
terraform {
required_version = "~> 1.2"
required_version = "~> 1.6"

required_providers {
aws = "~> 4.11"
Expand Down
2 changes: 1 addition & 1 deletion build.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ PROJECT=bb
MFA_ENABLED=false

# Terraform
TERRAFORM_IMAGE_TAG=1.3.5-0.2.1
TERRAFORM_IMAGE_TAG=1.6.0-0.2.1

0 comments on commit 59265f8

Please sign in to comment.