Skip to content

Commit 25971b3

Browse files
chore(deps): update terraform cloudposse/helm-release/aws to v0.10.1 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Igor Rodionov <[email protected]>
1 parent 86a8615 commit 25971b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data "aws_partition" "current" {
99

1010
module "cert_manager" {
1111
source = "cloudposse/helm-release/aws"
12-
version = "0.10.0"
12+
version = "0.10.1"
1313

1414
name = "" # avoids hitting length restrictions on IAM Role names
1515
chart = var.cert_manager_chart
@@ -108,7 +108,7 @@ module "cert_manager" {
108108

109109
module "cert_manager_issuer" {
110110
source = "cloudposse/helm-release/aws"
111-
version = "0.10.0"
111+
version = "0.10.1"
112112

113113
# Only install the issuer if either letsencrypt_installed or selfsigned_installed is true
114114
enabled = local.enabled && (var.letsencrypt_enabled || var.cert_manager_issuer_selfsigned_enabled)

0 commit comments

Comments
 (0)