Commit Graph

119 Commits

Author SHA1 Message Date
Dana Hoffman
f8ec19049b Add example for internal load balancing 2016-12-19 11:58:30 -08:00
pauljrob
47ac66f675 Fixed private_key param (#10383) 2016-11-28 16:48:58 +00:00
Clint
46ee2ef51a Merge pull request #6819 from hashicorp/f-aws-vpc-data-sources
provider/aws: data sources for AWS network planning
2016-10-13 14:17:55 -05:00
Chase Adams
ab7cc32fe1 updates digitalocean example to correct private_key 2016-10-08 23:03:49 -07:00
Gepser Hoil
4906440f13 Fixing broken link and fixing the readme for the digitalocean example 2016-09-25 17:22:13 -06:00
Martin Atkins
0e3256b6f4 examples: creating VPCs and subnets across two regions
This example demonstrates both creating a network architecture *and* the
use of data resources to minimize the number of variables needed for a
child module by discovering additional data automatically.
2016-09-24 15:19:34 -07:00
Valentin Pichard
c6beaa7ce8 Fmt all the config files
Signed-off-by: Valentin Pichard <valentin.pichard@corp.ovh.com>
2016-09-22 11:49:09 +00:00
Radek Simko
070942df0f provider/aws: Add support for ECS svc - LB target group (#8190) 2016-08-23 11:19:43 -05:00
Christoph Blecker
a1021f32e1 Fix Google Cloud Two-Tier Example (#7009) 2016-06-05 00:48:54 +01:00
Thorsten Schifferdecker
4bbb9a674b fix typo (#6564) 2016-05-10 22:32:22 +01:00
Michael D Roach
465a838f91 Digital Ocean Example.
* Added Readme for this example.

* Base Terraform Digital Ocean Files

* Update Readme to read better

*  Changes to be committed:
	modified:   README.md
2016-05-09 08:04:51 +01:00
Matt Calthrop
f4fa94b825 Address #5912: google-two-tier example incomplete 2016-03-29 22:18:54 +01:00
stack72
825809f309 documentation: Change the consul provider link on the consul example
README
2016-03-22 17:53:30 +00:00
Albert Choi
7775cc8ccc snapshot from CenturyLinkLabs/terraform-provider-clc
+examples +docs for clc
2016-03-21 08:58:37 -07:00
Radek Simko
30e5ec7b19 examples: Add examples for CloudWatch Events 2016-02-13 13:21:33 +00:00
Gaurav Chaturvedi
676c39e835 Added a bit of formatting for readability 2016-01-21 17:26:08 +05:30
Gaurav Chaturvedi
e303d0e441 Typo in the word install 2016-01-21 17:22:25 +05:30
Gaurav Chaturvedi
8a41a7b502 Removed the extra Braces 2016-01-21 17:01:38 +05:30
John Wards
61b9f3108f Fix auto scaling example to use ID rather than name
Lost a little while figuring out why this example wouldn't work, seems you need to use id, not name :)
2016-01-11 22:00:09 +00:00
Daniel Bryant
b923e879bd 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 2015-12-28 12:52:52 +00:00
Rolo
11a6efa358 Use [] around depends_on value. 2015-12-17 16:35:44 +00:00
Paul Hinze
3f5997a6c1 examples: modernize aws-two-tier
* Set up a VPC instead of assuming EC2 classic
 * Set up a keypair instead of requiring one be created beforehand;
   this fixes #1567
 * Use SSH Agent for authentication instead of explicit private key.
2015-12-02 17:56:51 -06:00
Michael H. Oshita
90d70786ac Align IAM version number to the current version (2012-10-17) 2015-11-13 00:32:45 +09:00
Dave Cunningham
3b91f047a3 Update vpn.tf
Fix grammar in comment
2015-10-26 00:49:44 -04:00
Warren Konkel
48439bdf62 typo 2015-10-22 15:48:25 -07:00
Martin Atkins
6a4bcacbc4 Merge pull request #3087 from berendt/openstack-networking
examples: add OpenStack configuration with networking
2015-10-10 17:29:28 -07:00
Lars Wander
6850786422 Documentation and tests written for GCE VPN config 2015-09-15 16:13:48 -04:00
Radek Simko
6cf198b70b Fix formatting of Readme in aws-elb example 2015-09-08 12:32:50 +01:00
Radek Simko
279eacc89e Merge pull request #3092 from codeinthehole/patch-1
Fix typo and improve readability
2015-09-08 12:31:21 +01:00
Christian Berendt
f6d69164e8 examples: add OpenStack configuration with networking 2015-08-31 18:03:07 +02:00
Christian Berendt
6e92813daa examples: unify the configuration file syntax 2015-08-31 10:24:07 +02:00
David Winterbottom
68779490df Fix typo and improve readability 2015-08-27 20:42:36 +01:00
Radek Simko
0a637be9b3 aws: Add example w/ S3 & cross-account access 2015-08-19 10:15:43 +01:00
Radek Simko
f8d4a440cb google: Add example of two-tier app 2015-08-09 15:33:03 +01:00
Nick Laferriere
aced88681f final typo for example docs 2015-07-12 14:02:26 -04:00
Nick Laferriere
849ab92af9 fixed another typo 2015-07-12 14:00:48 -04:00
Nick Laferriere
dba343acc8 updated doccs to include correct destroy statement fix typo 2015-07-12 13:59:50 -04:00
Mitchell Hashimoto
d96a263a9e Merge pull request #2358 from sathiyas/examples-add-aws-rds
Terraform example for RDS
2015-06-24 23:06:12 -07:00
Mitchell Hashimoto
3181a045a7 Merge pull request #2382 from sathiyas/examples-add-aws-asg
Examples add aws asg
2015-06-24 23:05:34 -07:00
Mitchell Hashimoto
4828ae12e7 Merge pull request #2396 from sathiyas/ex-add-aws-eip
AWS Terraform Example for eip
2015-06-24 23:04:31 -07:00
Sathiya Shunmugasundaram
80dbf3ba76 Typo correction 2015-06-15 21:56:08 -04:00
Sathiya Shunmugasundaram
f0acc14947 Update README.md 2015-06-15 19:46:40 -04:00
Sathiya Shunmugasundaram
67fe2e7c24 missing new line 2015-06-15 17:37:42 -04:00
Sathiya Shunmugasundaram
22c42c4687 new lines 2015-06-11 10:07:18 -04:00
Sathiya Shunmugasundaram
4dd8175535 Removed default password, forcing the user to enter while executing 2015-06-11 09:58:48 -04:00
Sathiya Shunmugasundaram
6ec6d19add New line 2015-06-09 16:24:05 -04:00
Sathiya Shunmugasundaram
c183183251 New line 2015-06-09 16:22:02 -04:00
Sathiya Shunmugasundaram
774756fb4c Typo corretion 2015-06-09 16:19:17 -04:00
Sathiya Shunmugasundaram
507c252b15 Typo correction 2015-06-09 16:17:59 -04:00
Sathiya Shunmugasundaram
e10d658b09 Initial commit aws sample for ELB 2015-06-09 16:12:33 -04:00
Sathiya Shunmugasundaram
4d3fc568ad Initial commit aws-eip sample 2015-06-09 15:57:17 -04:00
Sathiya Shunmugasundaram
052c719508 Update AMI description 2015-06-09 13:44:22 -04:00
Sathiya Shunmugasundaram
074f1ed625 Added postgres option 2015-06-09 12:37:22 -04:00
Sathiya Shunmugasundaram
9b6c0431f9 Initial commit for aws-rds example 2015-06-09 11:02:19 -04:00
Sathiya Shunmugasundaram
4e1660def5 added newline 2015-06-07 19:31:17 -04:00
Sathiya Shunmugasundaram
9b41603246 initial commit, aws-asg example 2015-06-07 19:28:46 -04:00
Paul Hinze
61c6817df6 Update README.md 2015-06-03 08:57:55 -05:00
Sathiya Shunmugasundaram
60d34ae940 Replace AWS Provider sections with link from terraform.io 2015-06-01 08:03:05 -04:00
Sathiya Shunmugasundaram
7f619db0e5 new line 2015-06-01 02:47:14 -04:00
Sathiya Shunmugasundaram
5bdd430720 README enhancement 2015-06-01 02:45:01 -04:00
Paul Hinze
cf3bcbcc2b examples: add egress rule to aws-two-tier SG 2015-05-29 15:39:23 -05:00
Peter Hollows
c8c0d3ef9f Update README.md
Fix dead link
2015-04-28 21:08:43 +10:00
Ryan Lewon
2923261ed7 Fix for outputs. 2015-01-28 21:19:52 -08:00
Mitchell Hashimoto
577e2420b0 Revert "docs: consistent use of array configuration syntax"
This reverts commit 4893eb8b55.
2015-01-14 09:28:25 -08:00
Emil Hessman
4893eb8b55 docs: consistent use of array configuration syntax
The Terraform configuration syntax defines what arrays are.
Use the word array consistently throughout the documentation
instead of list.

The corresponding JSON datatype is called array as well, and
since the Terraform configuration syntax is interoperable with
JSON it makes sense to use the term array to describe them.
2015-01-13 06:59:12 +01:00
Otto Jongerius
fbfbccb895 fix invalid mixing of hcl and json 2015-01-09 11:43:29 +11:00
Anubhav Mishra
cf390bec3b Fixed HCL variable declaration 2014-12-01 21:55:41 -08:00
Mitchell Hashimoto
0bc21a928d website: move all examples into the GitHub repo 2014-10-13 22:18:45 -07:00
Mitchell Hashimoto
2f4e441347 examples directory start 2014-10-13 17:24:25 -07:00