terraform/examples/cross-provider
Valentin Pichard c6beaa7ce8 Fmt all the config files
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
2016-09-22 11:49:09 +00:00
..
README.md website: move all examples into the GitHub repo 2014-10-13 22:18:45 -07:00
main.tf Fmt all the config files 2016-09-22 11:49:09 +00:00
outputs.tf website: move all examples into the GitHub repo 2014-10-13 22:18:45 -07:00
variables.tf examples: unify the configuration file syntax 2015-08-31 10:24:07 +02:00

README.md

Cross Provider Examples

This is a simple example of the cross-provider capabilities of Terraform.

Very simply, 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 examples, just copy and paste the example and run terraform apply to see it work.