Skip to content

Commit

Permalink
Update Terraform aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 19, 2024
1 parent 24942c3 commit 516f802
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/bastion/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = "~> 5.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion 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 = "~> 4.0"
version = "~> 5.0"
configuration_aliases = [aws.env]
}
}
Expand Down

0 comments on commit 516f802

Please sign in to comment.