Skip to content

Commit

Permalink
Updating AWS provider to version 5.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamAvila committed Feb 14, 2025
1 parent ff2d380 commit 36c1243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/network-data/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13.0"
required_providers {
aws = {
version = "~> 3.0"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/service-account-policy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.14.0"
required_providers {
aws = {
version = "~> 3.45"
version = "5.74.0"
}
}
}
2 changes: 1 addition & 1 deletion aws/service-account-role/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.13.0"
required_providers {
aws = {
version = "~> 3.0"
version = "5.74.0"
}
}
}

0 comments on commit 36c1243

Please sign in to comment.