mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 07:01:56 +03:00
added region
This commit is contained in:
@@ -2,6 +2,7 @@ module "consul" {
|
||||
source = "github.com/wardviaene/terraform-consul-module.git"
|
||||
key_name = "${aws_key_pair.mykey.key_name}"
|
||||
key_path = "${var.PATH_TO_PRIVATE_KEY}"
|
||||
region = "${var.AWS_REGION}"
|
||||
}
|
||||
output "consul-output" {
|
||||
value = "${module.consul.server_address}"
|
||||
|
||||
Reference in New Issue
Block a user