Skip to content

Commit ad08769

Browse files
authored
fix: Bump logging module version (#189)
Previous version included an unintended issue from a downstream module which was forcing the cluster to only allow HTTPS.
1 parent 7d92299 commit ad08769

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • templates/terraform/modules/environment

templates/terraform/modules/environment/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ module "ecr" {
134134

135135
module "logging" {
136136
source = "commitdev/zero/aws//modules/logging"
137-
version = "0.1.18"
137+
version = "0.1.20"
138138

139139
count = var.logging_type == "kibana" ? 1 : 0
140140

0 commit comments

Comments
 (0)