website: describe domain in cross provider example

This commit is contained in:
Jack Pearkes 2014-07-28 12:12:22 -04:00
parent bc64366a92
commit 8a4a5f2067
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ resource "dnsimple_record" "web" {
ttl = 3600
}
# The Heroku domain, which will be created and added
# to the heroku application after we have assigned the domain
# in DNSimple
resource "heroku_domain" "foobar" {
app = "${heroku_app.web.name}"
hostname = "${dnsimple_record.web.hostname}"