Wildcard for sample project
This commit is contained in:
parent
bc096af870
commit
f48eb9610b
@ -1,8 +1,12 @@
|
|||||||
# Here is the TLS cert that we create for the alpha cluster
|
# Here is the TLS cert that we create for the alpha cluster
|
||||||
|
|
||||||
resource "aws_acm_certificate" "sample" {
|
resource "aws_acm_certificate" "sample" {
|
||||||
domain_name = "sample.project-athens.xyz"
|
domain_name = "*.project-athens.xyz"
|
||||||
validation_method = "DNS"
|
validation_method = "DNS"
|
||||||
|
|
||||||
|
lifecycle {
|
||||||
|
create_before_destroy = true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_acm_certificate_validation" "sample" {
|
resource "aws_acm_certificate_validation" "sample" {
|
||||||
|
Loading…
Reference in New Issue
Block a user