terraform/website/source/intro/examples/cross-provider.markdown

22 lines
658 B
Markdown
Raw Normal View History

2014-07-28 19:43:00 +02:00
---
layout: "intro"
page_title: "Cross Provider"
sidebar_current: "examples-cross-provider"
2014-10-22 05:21:56 +02:00
description: |-
An example of the cross-provider capabilities of Terraform.
2014-07-28 19:43:00 +02:00
---
# Cross Provider Example
[**Example Source Code**](https://github.com/hashicorp/terraform/tree/master/examples/cross-provider)
2014-07-28 19:43:00 +02:00
This is a simple example of the cross-provider capabilities of
Terraform.
This creates a Heroku application and points a DNS
2014-07-28 19:43:00 +02:00
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.