From 3b7fb6043db8c801796f510a4fe71a12eb8be007 Mon Sep 17 00:00:00 2001 From: JoshuaWilkes <14214200+JoshuaWilkes@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:25:49 +0800 Subject: [PATCH] Bump proxy version to v1.0.1 (#19) --- .changeset/thick-flies-peel.md | 5 +++++ variables.tf | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/thick-flies-peel.md diff --git a/.changeset/thick-flies-peel.md b/.changeset/thick-flies-peel.md new file mode 100644 index 0000000..eb4ad27 --- /dev/null +++ b/.changeset/thick-flies-peel.md @@ -0,0 +1,5 @@ +--- +"@common-fate/terraform-aws-common-fate-proxy-ecs": patch +--- + +Add "aurora-postgresql" and "aurora-mysql" as supported database engines. diff --git a/variables.tf b/variables.tf index ad0c025..179cfb7 100644 --- a/variables.tf +++ b/variables.tf @@ -39,7 +39,7 @@ variable "subnet_ids" { variable "release_tag" { description = "Defines the tag for the Proxy service container." type = string - default = "v1.0.0" + default = "v1.0.1" }