Files
opentf/website/source/intro/examples/cross-provider.markdown
James Turnbull 28cbd48cd3 Updated the examples (#9293)
1. Changed the `Example Contents` header to something more descriptive.
2. Minor edits for grammar and formatting.
2016-10-09 11:42:39 +02:00

22 lines
658 B
Markdown

---
layout: "intro"
page_title: "Cross Provider"
sidebar_current: "examples-cross-provider"
description: |-
An example of the cross-provider capabilities of Terraform.
---
# Cross Provider Example
[**Example Source Code**](https://github.com/hashicorp/terraform/tree/master/examples/cross-provider)
This is a simple example of the cross-provider capabilities of
Terraform.
This creates a Heroku application and points a DNS
CNAME record at the result via DNSimple. A `host` query to the outputted
hostname should reveal the correct DNS configuration.
As with all the examples, just copy and paste the example and run
`terraform apply` to see it work.