Skip to content

Commit

Permalink
Update infrastructure versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalazar committed Dec 17, 2024
1 parent bee579b commit 5df6e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions terraform/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ resource "aws_lambda_function" "instance" {
// Since CI/CD will deploy this application externally, these do not need to be tracked after creation
lifecycle {
ignore_changes = [
last_modified,
source_code_hash,
source_code_size
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = "~> 1.1.2"
required_version = "~> 1.10.2"
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.65.0"
version = "~> 5.81.0"
}
}
backend "s3" {
Expand Down

0 comments on commit 5df6e7a

Please sign in to comment.