Skip to content

Commit

Permalink
bump terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgubler committed Jan 19, 2024
1 parent ce791fa commit 1b62597
Show file tree
Hide file tree
Showing 16 changed files with 272 additions and 256 deletions.
60 changes: 30 additions & 30 deletions terraform-iac/cpy/app/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions terraform-iac/cpy/app/cpy-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ terraform {
dynamodb_table = "terraform-state-lock-539738229445"
key = "hw-fargate-api/cpy/app.tfstate"
region = "us-west-2"
profile = "byu-oit-terraform-prd"
}
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.65"
version = "~> 5.33"
}
local = {
source = "hashicorp/local"
Expand All @@ -23,7 +24,8 @@ locals {
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
profile = "byu-oit-terraform-prd"

default_tags {
tags = {
Expand Down
60 changes: 30 additions & 30 deletions terraform-iac/cpy/setup/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions terraform-iac/cpy/setup/cpy-setup.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ terraform {
dynamodb_table = "terraform-state-lock-539738229445"
key = "hw-fargate-api/cpy/setup.tfstate"
region = "us-west-2"
profile = "byu-oit-terraform-prd"
}
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.65"
version = "~> 5.33"
}
local = {
source = "hashicorp/local"
Expand All @@ -23,7 +24,8 @@ locals {
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
profile = "byu-oit-terraform-prd"

default_tags {
tags = {
Expand Down
60 changes: 30 additions & 30 deletions terraform-iac/dev/app/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions terraform-iac/dev/app/dev-app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ terraform {
dynamodb_table = "terraform-state-lock-977306314792"
key = "hw-fargate-api/dev/app.tfstate"
region = "us-west-2"
profile = "byu-oit-terraform-dev"
}
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.65"
version = "~> 5.33"
}
local = {
source = "hashicorp/local"
Expand All @@ -23,7 +24,8 @@ locals {
}

provider "aws" {
region = "us-west-2"
region = "us-west-2"
profile = "byu-oit-terraform-dev"

default_tags {
tags = {
Expand Down
60 changes: 30 additions & 30 deletions terraform-iac/dev/setup/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b62597

Please sign in to comment.