website: describe domain in cross provider example
This commit is contained in:
parent
bc64366a92
commit
8a4a5f2067
|
@ -63,6 +63,9 @@ resource "dnsimple_record" "web" {
|
||||||
ttl = 3600
|
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" {
|
resource "heroku_domain" "foobar" {
|
||||||
app = "${heroku_app.web.name}"
|
app = "${heroku_app.web.name}"
|
||||||
hostname = "${dnsimple_record.web.hostname}"
|
hostname = "${dnsimple_record.web.hostname}"
|
||||||
|
|
Loading…
Reference in New Issue