summaryrefslogtreecommitdiff
path: root/org-buetow-base/outputs.tf
diff options
context:
space:
mode:
Diffstat (limited to 'org-buetow-base/outputs.tf')
-rw-r--r--org-buetow-base/outputs.tf8
1 files changed, 4 insertions, 4 deletions
diff --git a/org-buetow-base/outputs.tf b/org-buetow-base/outputs.tf
index ea0ed87..21a1821 100644
--- a/org-buetow-base/outputs.tf
+++ b/org-buetow-base/outputs.tf
@@ -30,10 +30,10 @@ output "allow_outbound_sg_id" {
value = aws_security_group.allow_outbound.id
}
-output "aws_buetow_org_zone_id" {
- value = aws_route53_zone.aws_buetow_org.zone_id
+output "buetow_cloud_zone_id" {
+ value = data.aws_route53_zone.buetow_cloud.zone_id
}
-output "aws_buetow_org_certificate_arn" {
- value = "arn:aws:acm:eu-central-1:634617747016:certificate/4ae442c0-3b56-4e17-9a3f-023faf39d244"
+output "buetow_cloud_certificate_arn" {
+ value = "arn:aws:acm:eu-central-1:634617747016:certificate/fbf5627c-9a4c-4c62-9c33-038e140f3f12"
}