You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples
Rolo 11a6efa358
Use [] around depends_on value.
10 years ago
..
aws-asg examples: unify the configuration file syntax 11 years ago
aws-count examples: unify the configuration file syntax 11 years ago
aws-eip examples: unify the configuration file syntax 11 years ago
aws-elb Fix formatting of Readme in aws-elb example 11 years ago
aws-rds Use [] around depends_on value. 10 years ago
aws-s3-cross-account-access Align IAM version number to the current version (2012-10-17) 10 years ago
aws-two-tier examples: modernize aws-two-tier 10 years ago
consul examples: unify the configuration file syntax 11 years ago
cross-provider examples: unify the configuration file syntax 11 years ago
gce-vpn Update vpn.tf 10 years ago
google-two-tier examples: unify the configuration file syntax 11 years ago
openstack-with-networking examples: add OpenStack configuration with networking 11 years ago
README.md examples directory start 12 years ago

README.md

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
...