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
Paul Stack 408ce5fe3f
Revert "provider/alicloud: change create ecs postpaid instance API" (#12724)
9 years ago
..
alicloud-ecs Revert "provider/alicloud: change create ecs postpaid instance API" (#12724) 9 years ago
alicloud-ecs-image update alicloud provider (#11235) 9 years ago
alicloud-ecs-slb update alicloud provider (#11235) 9 years ago
alicloud-ecs-special-sg update alicloud provider (#11235) 9 years ago
alicloud-ecs-userdata Revert "provider/alicloud: change create ecs postpaid instance API" (#12724) 9 years ago
alicloud-ecs-vpc update alicloud provider (#11235) 9 years ago
alicloud-ecs-vpc-cluster update alicloud provider (#11235) 9 years ago
alicloud-ecs-zone-type Revert "provider/alicloud: change create ecs postpaid instance API" (#12724) 9 years ago
alicloud-security-group update alicloud provider (#11235) 9 years ago
alicloud-security-group-rule update alicloud provider (#11235) 9 years ago
alicloud-slb update alicloud provider (#11235) 9 years ago
alicloud-slb-vpc update alicloud provider (#11235) 9 years ago
alicloud-vpc update alicloud provider (#11235) 9 years ago
alicloud-vpc-cluster-sg update alicloud provider (#11235) 9 years ago
alicloud-vpc-multi-region update alicloud provider (#11235) 9 years ago
alicloud-vpc-route-entry update alicloud provider (#11235) 9 years ago
aws-asg Fix markdown format (#12090) 9 years ago
aws-cloudwatch-events
aws-count
aws-ecs-alb
aws-eip
aws-elb update aws elb example to work in vpc 10 years ago
aws-networking examples: creating VPCs and subnets across two regions 10 years ago
aws-rds
aws-s3-cross-account-access
aws-two-tier
clc
consul
cross-provider
digitalocean updates digitalocean example to correct private_key 10 years ago
gce-vpn
google-internal-load-balancing ILB example instances no longer have external IPs 10 years ago
google-two-tier
openstack-with-networking Fixed private_key param (#10383) 10 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
...