Skip to content

Commit

Permalink
chore(deps): update terraform aws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent d539193 commit dda48ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-test/localstack.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
terraform {
required_providers {
aws = "=3.1.0"
aws = "5.82.1"
}
}

Expand All @@ -10,7 +10,7 @@ provider "aws" {
secret_key = "fake"
skip_requesting_account_id = true
skip_credentials_validation = true
version = "~> 3.0"
version = "~> 5.0"

endpoints {
sqs = "http://localhost:4566"
Expand Down

0 comments on commit dda48ab

Please sign in to comment.