mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
update AMI ID; remove unnecessary output
This commit is contained in:
@@ -49,7 +49,7 @@ Update terraform.tfvars with your SSH key name:
|
||||
|
||||
```bash
|
||||
region = "us-east-1"
|
||||
ami = "ami-577d212c"
|
||||
ami = "ami-a780afdc"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "3"
|
||||
|
||||
16
terraform/aws/env/us-east/main.tf
vendored
16
terraform/aws/env/us-east/main.tf
vendored
@@ -43,22 +43,6 @@ module "hashistack" {
|
||||
cluster_tag_value = "${var.cluster_tag_value}"
|
||||
}
|
||||
|
||||
output "primary_server_private_ips" {
|
||||
value = "${module.hashistack.primary_server_private_ips}"
|
||||
}
|
||||
|
||||
output "primary_server_public_ips" {
|
||||
value = "${module.hashistack.primary_server_public_ips}"
|
||||
}
|
||||
|
||||
output "client_private_ips" {
|
||||
value = "${module.hashistack.client_private_ips}"
|
||||
}
|
||||
|
||||
output "client_public_ips" {
|
||||
value = "${module.hashistack.client_public_ips}"
|
||||
}
|
||||
|
||||
output "IP_Addresses" {
|
||||
value = <<CONFIGURATION
|
||||
|
||||
|
||||
2
terraform/aws/env/us-east/terraform.tfvars
vendored
2
terraform/aws/env/us-east/terraform.tfvars
vendored
@@ -1,5 +1,5 @@
|
||||
region = "us-east-1"
|
||||
ami = "ami-577d212c"
|
||||
ami = "ami-a780afdc"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "1"
|
||||
|
||||
Reference in New Issue
Block a user