github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/website/source/intro/examples/cross-provider.markdown (about)

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