Makes usage of https for pdfs
This commit is contained in:
@@ -238,6 +238,12 @@ resource "aws_acm_certificate" "cert" {
|
||||
validation_method = "DNS"
|
||||
}
|
||||
|
||||
|
||||
resource "aws_acm_certificate" "data_cert" {
|
||||
domain_name = "data.${var.stage}.app.integreatconsult.com"
|
||||
validation_method = "DNS"
|
||||
}
|
||||
|
||||
resource "aws_service_discovery_service" "service" {
|
||||
name = "integreat-app-${var.stage}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user