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
Radek Simko 30e5ec7b19
examples: Add examples for CloudWatch Events
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
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 11 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
...