Skip to content

Commit

Permalink
Updating AWS Provider version for network module
Browse files Browse the repository at this point in the history
  • Loading branch information
William authored and William committed Nov 7, 2024
1 parent 8c55f35 commit c0e5718
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws/network/modules/nat-gateway/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/network/modules/private-subnet-routes/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/network/modules/private-subnets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/network/modules/public-subnet-routes/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/network/modules/public-subnets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/network/modules/vpc/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/network/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "5.74.0"
}
}
}

0 comments on commit c0e5718

Please sign in to comment.