Skip to content

Commit

Permalink
fix(self-managed): Fix AWS provider constraint (#4225)
Browse files Browse the repository at this point in the history
Update to current version, relax constraint to work with any 5.x versions in the future
  • Loading branch information
maxdanilov authored Sep 2, 2024
1 parent 85cdf36 commit c507ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.65"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.65"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.49.0"
version = "~> 5.65"
}
}
}
Expand Down

0 comments on commit c507ef8

Please sign in to comment.