github.com/leeprovoost/terraform@v0.6.10-0.20160119085442-96f3f76118e7/examples/cross-provider/README.md (about)

     1  # Cross Provider Examples
     2  
     3  This is a simple example of the cross-provider capabilities of
     4  Terraform.
     5  
     6  Very simply, this creates a Heroku application and points a DNS
     7  CNAME record at the result via DNSimple. A `host` query to the outputted
     8  hostname should reveal the correct DNS configuration.
     9  
    10  As with all examples, just copy and paste the example and run
    11  `terraform apply` to see it work.