Skip to content

Commit

Permalink
Set min AWS provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkraemer-sysdig committed Jul 26, 2024
1 parent 6721c6c commit b498934
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/services/agentless-scanning/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.39.0"
version = ">= 5.60.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/services/event-bridge/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 = ">= 5.27.0"
version = ">= 5.60.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/services/trust-relationship/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 = ">= 3.62.0"
version = ">= 5.60.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/services/workload-scanning/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.0"
version = ">= 5.60.0"
}
}
}

0 comments on commit b498934

Please sign in to comment.