Files
opentf/examples
Annie Hedgpeth 9fac441ae2 provider/azurerm: Add example of vm specialized vhd existing vnet (#14412)
* merge master

* added new constructs/naming for deploy scripts, etc.

* suppress az login output

* merge of CI config

* initial commit; not working yet

* initial commit - added files - draft

* troubleshooting image uri

* null_resource added

* updating simple linux with Hashicorp's master

* in progress

* small README edit

* in progress

* adding graph to README of azure-vnet-two-subnets

* added graph to azure-vm-simple-linux-managed-disk

* cleanup

* chmod on deploy.ci.sh

* in progress; changed uri variables

* adding variables to deploy scripts

* chmod deploy.mac.sh

* in progress; troubleshooting variables

* deploys locally successfully

* returning cleanup to deploy

* typo on deploy.ci.sh

* added graph to README

* changed the subnet_id variable in ci

* reverting to Hashicorp's travis.yml
2017-05-15 19:41:06 +03:00
..
2017-02-20 14:43:49 +02:00
2016-09-22 11:49:09 +00:00
2016-09-22 11:49:09 +00:00
2016-09-22 11:49:09 +00:00
2016-09-22 11:49:09 +00:00
2016-09-22 11:49:09 +00:00
2016-09-22 11:49:09 +00:00
2016-09-22 11:49:09 +00:00
2014-10-13 17:24:25 -07:00

Terraform Examples

This folder contains a set of Terraform examples. These examples each have their own README you can read for more details on what the example does.

To run any example, just run terraform apply within that directory if you have Terraform checked out. Or, you can run it directly from git:

$ terraform init github.com/hashicorp/terraform/examples/aws-two-tier
...

$ terraform apply
...