We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46d9337 + 8595a61 commit 519baa6Copy full SHA for 519baa6
modules/add-ons/adot-operator/main.tf
@@ -1,5 +1,5 @@
1
module "cert_manager" {
2
- source = "github.com/aws-ia/terraform-aws-eks-blueprints/modules/kubernetes-addons/cert-manager"
+ source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons/cert-manager?ref=v4.8.1"
3
count = var.enable_cert_manager ? 1 : 0
4
5
helm_config = var.helm_config
0 commit comments