We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fead02 commit 0f799a4Copy full SHA for 0f799a4
main.tf
@@ -1,5 +1,5 @@
1
resource "aws_acm_certificate" "cert" {
2
- domain_name = "${main_domain}"
+ domain_name = "${var.main_domain}"
3
validation_method = "DNS"
4
5
// list of domains that should be SANs in the issued certificate
0 commit comments