diff --git a/modules/terraform-cdp-aws-pre-reqs/examples/ex02-existing-vpc/terraform.tfvars.sample b/modules/terraform-cdp-aws-pre-reqs/examples/ex02-existing-vpc/terraform.tfvars.sample index 44c5c35..aad9f4a 100644 --- a/modules/terraform-cdp-aws-pre-reqs/examples/ex02-existing-vpc/terraform.tfvars.sample +++ b/modules/terraform-cdp-aws-pre-reqs/examples/ex02-existing-vpc/terraform.tfvars.sample @@ -28,7 +28,6 @@ env_prefix = "" # Required name prefix for cloud and CDP resources, # ------- Cloud Settings ------- aws_region = "" # Change this to specify Cloud Provider region, e.g. eu-west-1 -aws_key_pair = "" # Change this with the name of a pre-existing AWS keypair, e.g. my-keypair # ------- CDP Environment Deployment ------- deployment_template = "" # Specify the deployment pattern below. Options are public, semi-private or private diff --git a/modules/terraform-cdp-deploy/examples/ex02-azure-basic/terraform.tfvars.sample b/modules/terraform-cdp-deploy/examples/ex02-azure-basic/terraform.tfvars.sample index 2f9f59d..6562502 100644 --- a/modules/terraform-cdp-deploy/examples/ex02-azure-basic/terraform.tfvars.sample +++ b/modules/terraform-cdp-deploy/examples/ex02-azure-basic/terraform.tfvars.sample @@ -18,7 +18,7 @@ env_prefix = "" # Required name prefix for cloud and CDP resources, # ------- Cloud Settings ------- azure_region = "" # Change this to specify Cloud Provider region, e.g. westeurpoe -public_key_text = " # Change this with the SSH public key text, e.g. ssh-rsa AAA.... +public_key_text = "" # Change this with the SSH public key text, e.g. ssh-rsa AAA.... # ------- CDP Environment Deployment ------- deployment_template = "" # Specify the deployment pattern below. Options are public, semi-private or private