module "cert-manager" {
depends_on = [module.argocd]
source = "github.com/provectus/sak-cert-manager"
cluster_name = module.kubernetes.cluster_name
argocd = module.argocd.state
email = "dkharlamov@provectus.com"
zone_id = data.aws_route53_zone.this.zone_id
vpc_id = module.network.vpc_id
domains = local.domain
}
forked from provectus/sak-cert-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
azatsafin/sak-cert-manager
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
SAK module with cert-manager
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- HCL 100.0%