Skip to content

Commit

Permalink
Update TF version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Oct 15, 2022
1 parent 5563f15 commit 4003573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logs.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Create the Cloudwatch log group
module "log_group" {
source = "Invicton-Labs/log-group/aws"
version = "0.3.0"
version = "~>0.4.0"
log_group_config = {
name = "/aws/lambda/${var.edge ? "us-east-1." : ""}${var.lambda_config.function_name}"
retention_in_days = var.cloudwatch_logs_retention_days
Expand Down
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
terraform {
required_version = ">= 1.0.0"
experiments = [module_variable_optional_attrs]
required_version = ">= 1.3"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit 4003573

Please sign in to comment.