Commit 8a4a5f20 authored by Jack Pearkes's avatar Jack Pearkes
Browse files

website: describe domain in cross provider example

parent bc64366a
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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}"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment