Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Aug 30, 2024
1 parent a95e0a0 commit 49b9a34
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
37 changes: 19 additions & 18 deletions terraform/releases/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions terraform/releases/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.58"
version = "~> 5.65"
}
external = {
source = "hashicorp/external"
version = "~> 2.3.1"
version = "~> 2.3.3"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform/releases/impl/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 = "~> 5.58"
version = "~> 5.65"
configuration_aliases = [aws.east1]
}
}
Expand Down

0 comments on commit 49b9a34

Please sign in to comment.