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
Gepser Hoil 4906440f13
Fixing broken link and fixing the readme for the digitalocean example
10 years ago
..
aws-asg Fmt all the config files 10 years ago
aws-cloudwatch-events Fmt all the config files 10 years ago
aws-count Fmt all the config files 10 years ago
aws-ecs-alb Fmt all the config files 10 years ago
aws-eip Fmt all the config files 10 years ago
aws-elb Fmt all the config files 10 years ago
aws-rds Fmt all the config files 10 years ago
aws-s3-cross-account-access Fmt all the config files 10 years ago
aws-two-tier Fmt all the config files 10 years ago
clc Fmt all the config files 10 years ago
consul Fmt all the config files 10 years ago
cross-provider Fmt all the config files 10 years ago
digitalocean Fixing broken link and fixing the readme for the digitalocean example 10 years ago
gce-vpn Fmt all the config files 10 years ago
google-two-tier Fmt all the config files 10 years ago
openstack-with-networking Fmt all the config files 10 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
...