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
Michael D Roach 465a838f91
Digital Ocean Example.
10 years ago
..
aws-asg Fix auto scaling example to use ID rather than name 10 years ago
aws-cloudwatch-events examples: Add examples for CloudWatch Events 10 years ago
aws-count examples: unify the configuration file syntax 11 years ago
aws-eip Typo in the word install 10 years ago
aws-elb Fix formatting of Readme in aws-elb example 11 years ago
aws-rds Added a bit of formatting for readability 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 Correct README.md and add missing variable. Correct README.md execution instructions var name and use 'key_name' var as intended in 'aws_key_pair' resource 10 years ago
clc snapshot from CenturyLinkLabs/terraform-provider-clc 10 years ago
consul documentation: Change the consul provider link on the consul example 10 years ago
cross-provider examples: unify the configuration file syntax 11 years ago
digitalocean Digital Ocean Example. 10 years ago
gce-vpn Update vpn.tf 10 years ago
google-two-tier Address #5912: google-two-tier example incomplete 10 years ago
openstack-with-networking examples: add OpenStack configuration with networking 11 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
...