Commit Graph

5065 Commits

Author SHA1 Message Date
Kirill Shirinkin b05e36a6e3 Add module outputs 2015-05-27 16:46:12 +02:00
Paul Hinze 95d2df0850 Merge pull request #2099 from 7heo/add-link-to-template-syntax-in-provider-doc
More internal links in template documentation.
2015-05-27 06:33:20 -05:00
7heo ff9b74c7e8 More internal links in template documentation. 2015-05-27 12:22:52 +02:00
Chris Bednarski 1128c64ade Merge pull request #2093 from sdboyer/master
nit: Condense switch fallthroughs into expression lists
2015-05-26 20:40:50 -07:00
Chris Bednarski 2e05515429 Merge pull request #2092 from TimeIncOSS/r53-alias-docs-fix
Fix docs for aws_route53_record params
2015-05-26 20:32:27 -07:00
Radek Simko 7aeeb14d28 Merge pull request #2089 from managedbyq/b_fix_route53_required_attrs
providers/aws: Requires ttl and records attributes to be set if there isn't an ALIAS block.
2015-05-27 04:15:24 +01:00
Camilo Aguilar c346da6981 providers/aws: Requires ttl and records attributes if there isn't an ALIAS block. 2015-05-26 22:11:01 -04:00
Sam Boyer b82bd0c280 Condense switch fallthroughs into expr lists 2015-05-26 21:52:36 -04:00
Radek Simko f64cb23334 Fix docs for aws_route53_record params 2015-05-27 02:50:28 +01:00
Clint a363bd9b34 Update CHANGELOG.md 2015-05-26 16:52:26 -05:00
Clint 8764205bcf Merge pull request #1974 from johnewart/sns
Initial SNS topic / subscription support
2015-05-26 16:50:57 -05:00
Paul Hinze a6b8b65e6e Merge pull request #2029 from julienlavergne/ebs_description
added attributes reference section for AWS_EBS_VOLUME
2015-05-26 09:50:02 -05:00
Mitchell Hashimoto 3b8f82f68f Merge pull request #2073 from TimeIncOSS/downgrade-middleman
Downgrade middleman to 3.3.12 as 3.3.13 does not exist
2015-05-25 17:03:45 -07:00
Radek Simko ff2f446eb4 aws_db_instance docs updated per #2070 2015-05-26 00:14:44 +01:00
Radek Simko d569e14121 Merge pull request #2070 from managedbyq/master
providers/aws: Clarifies db_security_group usage docs.
2015-05-25 16:10:49 -07:00
Camilo Aguilar e94a8b2627 providers/aws: Adds link to AWS docs about RDS parameters. 2015-05-25 18:57:23 -04:00
Radek Simko cd7741da9e Downgrade middleman to 3.3.12 as 3.3.13 does not exist 2015-05-25 23:50:46 +01:00
Radek Simko 2215894f7b Merge pull request #2068 from ajlanghorn/please-sir-can-i-have-some-more
"More more" no more!
2015-05-25 09:51:57 -07:00
Camilo Aguilar 868564c820 providers/aws: Clarifies db_security_group usage.
db_security_group is only intended to be used in EC2-Classic Platform.
For DB instances in a VPC, we associate VPC security groups instead,
when declaring the db_instance resource.
2015-05-25 11:45:20 -04:00
Andrew Langhorn b451eed453 "More more" no more!
We don't need to say "for more for more" here, because it
doesn't make sense. Fixes this.
2015-05-25 15:37:49 +01:00
John Ewart 17d9d314d0 Indentation issue 2015-05-22 21:19:43 -07:00
John Ewart 1dd95df5ab Export ARN in SQS queue and SNS topic / subscription; updated tests for new AWS SDK errors; updated documentation. 2015-05-22 21:12:25 -07:00
John Ewart 0196a0c2ae Changed Required: false to Optional: true in the SNS topic schema 2015-05-22 20:26:10 -07:00
John Ewart 68734517f8 Initial SNS support 2015-05-22 20:26:10 -07:00
Paul Hinze 0fbdbd08ab Merge pull request #2045 from tamsky/tamsky-docfix-1
use correct resource name in example
2015-05-22 16:15:34 -05:00
Marc Tamsky 396fed9bd6 correct resource name in example 2015-05-22 09:24:51 -07:00
Clint 11f67ddc39 Merge pull request #2039 from stephenchu/master
Added support for 'comment' field for an AWS route53 zone resource.
2015-05-22 07:11:19 -05:00
Clint b2af84f466 Merge pull request #2026 from hashicorp/f-aws-instance-move-tags
providers/aws: Move up where we assign tags on Instance
2015-05-22 06:48:04 -05:00
Clint 338bb50555 Merge pull request #2037 from hashicorp/f-aws-iam-instance-bug
provider/aws: Retry RunInstance if IAM profile hasn't propagated
2015-05-22 06:47:50 -05:00
Paul Hinze 22ae6e9a5d Update CHANGELOG.md 2015-05-21 19:18:53 -05:00
Paul Hinze f50917e281 Merge pull request #2041 from svanharmelen/b-fix-remote-exec
Fixing #2033 by adding a small check on the input
2015-05-21 19:17:14 -05:00
Sander van Harmelen f146a31ded Fixing #2033 by adding a small check on the input
If the input begins with a shebang, we’ll leave it as is. If not we’ll
add a default shebang…
2015-05-21 23:36:54 +02:00
Stephen Chu 5e2e2ffa20 Use Schema Default declaratively instead of defaulting at each payload creation. 2015-05-21 21:23:29 +00:00
Stephen Chu c2628d8fae Fixed some whitespacing issues. 2015-05-21 20:16:01 +00:00
Clint 060a9ea1e5 Update CHANGELOG.md 2015-05-21 15:15:00 -05:00
Clint ec06e81cf3 Merge pull request #1946 from hashicorp/f-aws-db-read-replicas
provider/aws: Add AWS RDS Read Replica
2015-05-21 15:14:11 -05:00
Paul Hinze 3e79ca4408 Merge pull request #2038 from hashicorp/b-template-rel-path
provider/template: store relative path in state
2015-05-21 15:13:39 -05:00
Clint 46fa67e71d Update CHANGELOG.md 2015-05-21 15:13:30 -05:00
Clint Shryock 729238675b update docs 2015-05-21 15:06:22 -05:00
Stephen Chu f5102e9174 Added docs for route53 zone 'comment' argument. 2015-05-21 20:05:52 +00:00
Paul Hinze 06eb388c3f provider/template: store relative path in state
This makes template_file usage in modules portable.
2015-05-21 15:03:03 -05:00
Stephen Chu 69f4acd5ac Moved 'comment' DSL definition to be alphabetically sorted. 2015-05-21 20:02:28 +00:00
Clint Shryock a2baf1d755 provider/aws: Retry RunInstance if IAM profile hasn't propagated 2015-05-21 14:58:34 -05:00
Stephen Chu cfbd546286 Added support for comment on a route53 zone. 2015-05-21 19:51:53 +00:00
Clint Shryock 6de8f9d180 provider/aws: RDS Read Replica cleanups
remove typos, debugging, and try spelling things correctly
2015-05-21 09:49:46 -05:00
Clint e5f5e1a167 Merge pull request #2007 from iJoinSolutions/2544-terraform-s3-forceDelete
provider/aws: force_destroy argument for s3 buckets with objects
2015-05-21 09:43:23 -05:00
Clint 21845d0cd9 Merge pull request #2032 from hashicorp/keypair_refresh
Keypair refresh (from #2005)
2015-05-21 09:25:19 -05:00
Clint Shryock 66372d8d1d small update to keypair_refresh, to bring in-line with sdk changes 2015-05-21 09:21:57 -05:00
Julien Lavergne d56eb3eb92 added attributes reference section for AWS_EBS_VOLUME 2015-05-21 12:06:13 +02:00
Julien Lavergne fb847151b5 fixed aws_ebs_volume description 2015-05-21 11:54:11 +02:00