mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 08:51:02 -06:00
c6beaa7ce8
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com> |
||
---|---|---|
.. | ||
main.tf | ||
outputs.tf | ||
README.md | ||
variables.tf |
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.