How to Java configuration file with terraform


/ Published in: Java
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. //For example, to try the AWS two-tier architecture example:
  2.  
  3. git clone https://github.com/terraform-providers/terraform-provider-aws.git
  4. cd terraform-provider-aws/examples/two-tier
  5.  
  6. // try out an example, run Terraform's init and apply commands while in the example's directory:
  7.  
  8. $ terraform init
  9. ...
  10. $ terraform apply
  11. ...

URL: https://www.terraform.io/intro/examples/index.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.