Remove key.name from example, deprecated since 0.7 (#11079)

This commit is contained in:
Gerrit Tamboer 2017-01-09 17:07:36 +01:00 committed by Paul Stack
parent aa35d8752b
commit e0ac63beb9
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ resource "consul_keys" "app" {
# Set the CNAME of our load balancer as a key
key {
name = "elb_cname"
path = "service/app/elb_address"
value = "${aws_elb.app.dns_name}"
}