File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ variable "CoreCertificateArn" {
1515
1616variable "CorePublicDomain" {
1717 type = string
18- default = " core-tf .aws.qa.acmuiuc.org"
18+ default = " core.aws.qa.acmuiuc.org"
1919}
2020
2121variable "LinkryPublicDomain" {
2222 type = string
23- default = " go-tf .aws.qa.acmuiuc.org"
23+ default = " go.aws.qa.acmuiuc.org"
2424}
2525
2626variable "IcalPublicDomain" {
2727 type = string
28- default = " ical-tf .aws.qa.acmuiuc.org"
28+ default = " ical.aws.qa.acmuiuc.org"
2929}
3030
3131variable "EmailDomain" {
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ data "archive_file" "sqs_lambda_code" {
1111}
1212
1313locals {
14- core_api_lambda_name = " ${ var . ProjectId } -tf- lambda"
15- core_sqs_consumer_lambda_name = " ${ var . ProjectId } -tf- sqs-consumer"
14+ core_api_lambda_name = " ${ var . ProjectId } -lambda"
15+ core_sqs_consumer_lambda_name = " ${ var . ProjectId } -sqs-consumer"
1616}
1717data "aws_caller_identity" "current" {}
1818data "aws_region" "current" {}
You can’t perform that action at this time.
0 commit comments