Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent 18f8212 commit 5ebc720
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/cost/provider.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 = "5.64.0"
version = "5.68.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/full/provider.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 = "5.64.0"
version = "5.68.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/provider.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 = "5.64.0"
version = "5.68.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spot/provider.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 = "5.64.0"
version = "5.68.0"
}
}
}
Expand Down

0 comments on commit 5ebc720

Please sign in to comment.