|
@@ -157,12 +157,14 @@ locals {
|
|
|
# Vault Server
|
|
|
vault_server_instance_type = "t3a.micro"
|
|
|
|
|
|
- # For testing
|
|
|
+ # For testing:
|
|
|
+ # Note: instead of changing this here, you can pass parameters to terragrunt on the CLI, such as:
|
|
|
+ # TFVAR_create_test_instance=true TFVAR_test_instance_ami=base terragrunt apply
|
|
|
create_test_instance = false
|
|
|
- test_instance_key_name = "fdamstra" # They with which to provision the test instance
|
|
|
# Extra customization if you want it
|
|
|
- test_instance_ami = "base" # default = minion
|
|
|
- test_instance_type = "t3a.micro" # default = t3a.micro
|
|
|
+ #test_instance_key_name = "fdamstra" # They with which to provision the test instance
|
|
|
+ #test_instance_ami = "base" # default = minion
|
|
|
+ #test_instance_type = "t3a.micro" # default = t3a.micro
|
|
|
|
|
|
# AS Number used for various resources, but not every account needs one.
|
|
|
asn = 64710 # changing this replaces the gateway
|