diff --git a/website/source/intro/examples/cross-provider.markdown b/website/source/intro/examples/cross-provider.markdown index 5b30462ce1..6d85a54c9c 100644 --- a/website/source/intro/examples/cross-provider.markdown +++ b/website/source/intro/examples/cross-provider.markdown @@ -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}"