Skip to content

Commit

Permalink
upgrade aws module to 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-jackson committed Nov 5, 2024
1 parent 51a181a commit cce6877
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
34 changes: 17 additions & 17 deletions terraform/.terraform.lock.hcl

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

3 changes: 1 addition & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
*/
module "serverless-user" {
source = "silinternational/serverless-user/aws"
version = "0.1.3"
version = "~> 0.4"

app_name = "app-monitoring-archiver"
aws_region = var.aws_region
}

0 comments on commit cce6877

Please sign in to comment.