diff --git a/terragrunt/terraform.tfvars b/terragrunt/terraform.tfvars index ad82b33..b3b2bca 100644 --- a/terragrunt/terraform.tfvars +++ b/terragrunt/terraform.tfvars @@ -8,7 +8,7 @@ terragrunt = { bucket = "terraform.test.state" key = "${path_relative_to_include()}/terraform.tfstate" region = "us-east-1" - profile = "shaipersonal" + profile = "default" } } diff --git a/terragrunt/test/cassandra/terraform.tfvars b/terragrunt/test/cassandra/terraform.tfvars index 126d290..adcc8ee 100644 --- a/terragrunt/test/cassandra/terraform.tfvars +++ b/terragrunt/test/cassandra/terraform.tfvars @@ -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 \ No newline at end of file +instance_type = "t2.medium" \ No newline at end of file diff --git a/terragrunt/test/env.tfvars b/terragrunt/test/env.tfvars index dff3a15..91edb4a 100644 --- a/terragrunt/test/env.tfvars +++ b/terragrunt/test/env.tfvars @@ -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" @@ -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"