diff --git a/.tfswitchrc b/.tfswitchrc deleted file mode 100644 index 8ed486ab..00000000 --- a/.tfswitchrc +++ /dev/null @@ -1 +0,0 @@ -1.3.7 \ No newline at end of file diff --git a/example.env b/example.env deleted file mode 100644 index 3e559762..00000000 --- a/example.env +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash - -export TF_VERSION='0.12.20' -tfswitch $TF_VERSION > /dev/null - -export RELEASE='prod' - -export LOGSTASH_ENDPOINT='' -export SECRETS_RETRIEVER='kms_blob' - -export API_DOMAIN='api.keyconjurer.example.com' -export API_URL="https://${API_DOMAIN}" - -export FRONTEND_DOMAIN='keyconjurer.example.com' - -export TF_VAR_api_domain=$API_DOMAIN -export TF_VAR_frontend_domain=$FRONTEND_DOMAIN -export TF_VAR_region='us-west-2' -export TF_VAR_s3_tf_bucket=$S3_TF_BUCKET_NAME - -export TF_VAR_account_number='' -export TF_VAR_api_cert='' -export TF_VAR_frontend_bucket_name='' -export TF_VAR_frontend_cert='' -export TF_VAR_subnets='["", "", ""]' -export TF_VAR_vpc_id='' - -export TF_VAR_tags=`cat <" -} -ENV`