github.com/hobbeswalsh/terraform@v0.3.7-0.20150619183303-ad17cf55a0fa/website/source/intro/examples/cross-provider.markdown (about)

     1  ---
     2  layout: "intro"
     3  page_title: "Cross Provider"
     4  sidebar_current: "examples-cross-provider"
     5  description: |-
     6    This is a simple example of the cross-provider capabilities of Terraform.
     7  ---
     8  
     9  # Cross Provider Example
    10  
    11  [**Example Contents**](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  Very simply, 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 examples, just copy and paste the example and run
    21  `terraform apply` to see it work.