Skip to content

Commit 4003573

Browse files
committed
Update TF version requirements
1 parent 5563f15 commit 4003573

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

logs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Create the Cloudwatch log group
22
module "log_group" {
33
source = "Invicton-Labs/log-group/aws"
4-
version = "0.3.0"
4+
version = "~>0.4.0"
55
log_group_config = {
66
name = "/aws/lambda/${var.edge ? "us-east-1." : ""}${var.lambda_config.function_name}"
77
retention_in_days = var.cloudwatch_logs_retention_days

main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
terraform {
2-
required_version = ">= 1.0.0"
3-
experiments = [module_variable_optional_attrs]
2+
required_version = ">= 1.3"
43
required_providers {
54
aws = {
65
source = "hashicorp/aws"

0 commit comments

Comments
 (0)