From 9a47766dc276d489ff6bb23ae8357b874e7dd625 Mon Sep 17 00:00:00 2001 From: jgordon Date: Fri, 15 Mar 2019 14:31:55 -0400 Subject: [PATCH] re-introduce a flag to control route53. --- README.md | 1 + modules/control_plane/dns.tf | 6 ++---- modules/control_plane/outputs.tf | 2 +- modules/control_plane/variables.tf | 3 +++ modules/infra/dns.tf | 8 +++----- modules/infra/variables.tf | 3 +++ modules/ops_manager/dns.tf | 10 +++------- modules/ops_manager/variables.tf | 2 ++ modules/pas/dns.tf | 12 ++++-------- modules/pas/variables.tf | 3 +++ modules/pks/dns.tf | 6 +----- modules/pks/variables.tf | 3 +++ terraforming-control-plane/main.tf | 3 +++ terraforming-control-plane/variables.tf | 5 +++++ terraforming-pas/main.tf | 3 +++ terraforming-pas/variables.tf | 5 +++++ terraforming-pks/main.tf | 7 +++++-- terraforming-pks/variables.tf | 5 +++++ 18 files changed, 55 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 9acee7ab..68c2f408 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ ops_manager_ami = "ami-4f291f2f" rds_instance_count = 1 dns_suffix = "example.com" vpc_cidr = "10.0.0.0/16" +use_route53 = true ssl_cert = <