github.com/Kevinklinger/open_terraform@v0.11.12-beta1/website/intro/examples/cross-provider.markdown (about) 1 --- 2 layout: "intro" 3 page_title: "Cross Provider" 4 sidebar_current: "examples-cross-provider" 5 description: |- 6 An example of the cross-provider capabilities of Terraform. 7 --- 8 9 # Cross Provider Example 10 11 [**Example Source Code**](https://github.com/hashicorp/terraform/tree/master/examples/cross-provider) 12 13 This is a simple example of the cross-provider capabilities of 14 Terraform. 15 16 This creates a Heroku application and points a DNS 17 CNAME record at the result via DNSimple. A `host` query to the outputted 18 hostname should reveal the correct DNS configuration. 19 20 As with all the examples, just copy and paste the example and run 21 `terraform apply` to see it work.