Skip to content

Commit 944da8f

Browse files
authored
Merge pull request #13 from wellsiau-aws/ws-abp-setup
bump version to publish the module
2 parents 74e0906 + 810d9ba commit 944da8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.project_automation/functional_tests/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
PROJECT_PATH=${BASE_PATH}/project
66
PROJECT_TYPE_PATH=${BASE_PATH}/projecttype
77

8-
echo "Starting Funtional Tests"
8+
echo "Starting Functional Tests"
99

1010
cd ${PROJECT_PATH}
1111

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.0
1+
v0.0.1

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ variable "cloudwatch_log_group_name" {
1919
variable "cloudwatch_log_group_retention" {
2020
description = "Lambda CloudWatch log group retention period"
2121
type = string
22-
default = "30"
22+
default = "365"
2323
validation {
2424
condition = contains(["1", "3", "5", "7", "14", "30", "60", "90", "120", "150", "180", "365", "400", "545", "731", "1827", "3653", "0"], var.cloudwatch_log_group_retention)
2525
error_message = "Valid values for var: cloudwatch_log_group_retention are (1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, 3653, and 0)."

0 commit comments

Comments
 (0)