Skip to content

Commit

Permalink
change cert to use ref=tf-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 29, 2022
1 parent cc185cc commit d6ab22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/full-cluster-tf-upgrade/common-services/cert.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ EOM


module "cert" {
source = "git@github.e.it.census.gov:terraform-modules/aws-tls-certificate"
source = "git@github.e.it.census.gov:terraform-modules/aws-tls-certificate?ref=tf-upgrade"

certificate_cn = local.ca_dns_name
certificate_san = [local.ca_dns_name]
Expand Down

0 comments on commit d6ab22e

Please sign in to comment.