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
Dana Hoffman 0bd27f068d
ILB example instances no longer have external IPs
9 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-networking examples: creating VPCs and subnets across two regions 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 updates digitalocean example to correct private_key 10 years ago
gce-vpn Fmt all the config files 10 years ago
google-internal-load-balancing ILB example instances no longer have external IPs 9 years ago
google-two-tier Fmt all the config files 10 years ago
openstack-with-networking Fixed private_key param (#10383) 9 years ago
README.md

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