mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
7ed70bb00e
This repo now contains only the core docs, with other content moving elsewhere.
658 B
658 B
layout | page_title | sidebar_current | description |
---|---|---|---|
intro | Cross Provider | examples-cross-provider | An example of the cross-provider capabilities of Terraform. |
Cross Provider Example
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.