You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples/cross-provider
Valentin Pichard c6beaa7ce8
Fmt all the config files
10 years ago
..
README.md website: move all examples into the GitHub repo 12 years ago
main.tf Fmt all the config files 10 years ago
outputs.tf website: move all examples into the GitHub repo 12 years ago
variables.tf examples: unify the configuration file syntax 11 years ago

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.