/ Published in: Java
The examples use real providers that launch real resources. That means they can cost money to experiment with. To avoid unexpected charges, be sure to understand the price of resources before launching them, and verify any unneeded resources are cleaned up afterward.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//For example, to try the AWS two-tier architecture example: git clone https://github.com/terraform-providers/terraform-provider-aws.git cd terraform-provider-aws/examples/two-tier // try out an example, run Terraform's init and apply commands while in the example's directory: $ terraform init ... $ terraform apply ...
URL: https://www.terraform.io/intro/examples/index.html