Skip to content

Commit

Permalink
Upgrade terraform aws provider to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikuoja committed Nov 27, 2023
1 parent 65bb4f0 commit 093bb52
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
33 changes: 18 additions & 15 deletions infra/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion infra/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 = "= 3.69"
version = "< 5"
}
}
required_version = ">= 0.14.9"
Expand Down

0 comments on commit 093bb52

Please sign in to comment.