Skip to content

Commit

Permalink
apply some defaults for names
Browse files Browse the repository at this point in the history
  • Loading branch information
shai-px committed May 30, 2018
1 parent f96f9f1 commit a24750c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion terragrunt/terraform.tfvars
Expand Up @@ -8,7 +8,7 @@ terragrunt = {
bucket = "terraform.test.state"
key = "${path_relative_to_include()}/terraform.tfstate"
region = "us-east-1"
profile = "shaipersonal"
profile = "default"
}
}

Expand Down
3 changes: 1 addition & 2 deletions terragrunt/test/cassandra/terraform.tfvars
Expand Up @@ -28,5 +28,4 @@ terragrunt = {
# MODULE PARAMETERS
# These are the variables we have to pass in to use the module specified in the terragrunt configuration above
# ---------------------------------------------------------------------------------------------------------------------
instance_type = "t2.medium"
cassandra_ami_version = 2
instance_type = "t2.medium"
7 changes: 2 additions & 5 deletions terragrunt/test/env.tfvars
Expand Up @@ -2,7 +2,7 @@
# where terraform_remote_state data sources are placed directly into the modules.
# REALM LEVEL
aws_region = "eu-west-1"
aws_profile = "shaipersonal"
aws_profile = "default"

tfstate_bucket = "terraform.test.state"
tfstate_region = "us-east-1"
Expand All @@ -11,7 +11,4 @@ env_name = "test"
realm_name = "paxosdemo"

vpc_tfstate_key = "test/vpc/terraform.tfstate"
ssh_key_name = "shai-test"

# All AMI versions should be the same across the realm
cassandra_ami_version = 1
ssh_key_name = "key-name"

0 comments on commit a24750c

Please sign in to comment.