website: describe domain in cross provider example

pull/43/head
Jack Pearkes 12 years ago
parent bc64366a92
commit 8a4a5f2067

@ -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}"

Loading…
Cancel
Save