Skip to content

Commit

Permalink
Feat: 🚀 updated tag in in readme file of certification-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Oct 4, 2023
1 parent e8ab4a9 commit 9069ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/cert-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Below terraform script shows how to use Certification Manager Terraform Addon, A
```hcl
module "addons" {
source = "clouddrove/eks-addons/aws"
version = "1.0.0"
version = "0.1.0"
depends_on = [module.eks.cluster_id]
depends_on = [module.eks]
eks_cluster_name = module.eks.cluster_name
certification_manager = true
Expand Down

0 comments on commit 9069ab0

Please sign in to comment.