Commit Graph

7263 Commits

Author SHA1 Message Date
Patrick Gray
eadee6bd33 modify aws_iam_user_test to correctly check username and path for initial and changed username/path 2015-11-10 15:24:45 -05:00
Clint
e27df87b68 Update CHANGELOG.md 2015-11-10 14:21:26 -06:00
Clint
32df5c05bf Merge pull request #3827 from TimeIncOSS/b-aws-iam-saml-arn
provider/aws: Set previously missing ARN in iam_saml_provider
2015-11-10 14:20:25 -06:00
James Nugent
bd35d2157a Update CHANGELOG.md 2015-11-10 14:11:48 -05:00
James Nugent
caf7cee31e Merge pull request #3843 from hashicorp/b-input-vars-on-plan
Prompt for input variables before context validate
2015-11-10 14:05:36 -05:00
James Nugent
a49b162dd1 Prompt for input variables before context validate
Also adds a regression test using Mock UI. Fixes #3767.
2015-11-10 14:03:56 -05:00
captainill
5453506335 fix font legibility 2015-11-10 10:34:57 -08:00
stack72
6e21cd746e Removing the AWS DBInstance Acceptance Test for withoutEngine as this is now part of the checkInstanceAttributes func 2015-11-10 17:35:12 +00:00
Paul Stack
e3a66d0928 Making engine_version be computed in the db_instance provider 2015-11-10 17:30:19 +00:00
stack72
1abb0b19bf Changing the db_instance resource to mark the engine_version as Optional 2015-11-10 17:30:09 +00:00
stack72
255486857e Changing the Firehose documentation to note the regions is is available for and also that s3 is the only destination involved right now 2015-11-10 16:45:46 +00:00
stack72
8c68cb1080 Adding the documentation for the Kinesis Firehose Delivery Stream 2015-11-10 16:43:34 +00:00
Dave Cunningham
0d69159fc5 Merge pull request #3804 from kenshiro-o/add_gce_pubsub_auth_endpoint
providers/google: add pubsub auth endpoint
2015-11-10 11:27:34 -05:00
stack72
d14d891367 Finishing the first pass at Kinesis Firehose. I have only implemented the S3 configuration right now as Terraform doesn't include RedShift support 2015-11-10 16:24:33 +00:00
captainill
54c722f2e8 final cleanup 2015-11-09 22:25:03 -08:00
captainill
81b0e020f0 use 300 for weight in both header/footer 2015-11-09 22:23:30 -08:00
captainill
8d847a9ac4 fix sticker footer 2015-11-09 22:21:39 -08:00
captainill
348fd81b75 terraform hover update 2015-11-09 22:17:57 -08:00
captainill
25faa1d97f add padding to homepage footer 2015-11-09 22:12:00 -08:00
captainill
ebec7e2bc2 use more atomic styles for header/footer classes. use page url to determin class names 2015-11-09 22:11:00 -08:00
Michael H. Oshita
22876be830 Document license_model as supported argument
Required for Oracle SE1
2015-11-10 14:31:55 +09:00
James Nugent
4eea011b56 Merge pull request #3831 from hashicorp/b-2598-output-add-test
Add test attempting to reproduce #2598
2015-11-09 18:31:20 -05:00
James Nugent
003cbc09bd Merge pull request #3832 from mcinteer/master
Make docs indicate that AWS session token can be explicitly set
2015-11-09 18:30:45 -05:00
stack72
5dfa9ac823 Adding the shell for the acceptance tests for the AWS Kinesis Firehose work 2015-11-09 22:44:26 +00:00
mcinteer
64d982ac9e Change the docs as the token can be explicitly set
This tripped me up today when I was trying to connect using MFA. I had a look at the source and found the token property, tested it out and low and behold it worked! 

Hopefully this saves someone else going through the same pain
2015-11-10 11:27:45 +13:00
stack72
fc983c5505 Initial Create, Read and Delete work for the S3 part of the Kinesis Firehose resource 2015-11-09 22:26:55 +00:00
clint shryock
2694022b4a Fix a panic that could occur if no ECS Cluster was found for a given cluster name 2015-11-09 14:33:20 -06:00
James Nugent
2a0334125c Add test attempting to reproduce #2598
This attempts to reproduce the issue described in #2598 whereby outputs
added after an apply are not reflected in the output. As per the issue
the outputs are described using the JSON syntax.
2015-11-09 15:27:09 -05:00
Clint
6906dc1b2b Merge pull request #3822 from ijin/patch-2
Add db_subnet_group_name to aws_rds_cluster docs
2015-11-09 14:11:16 -06:00
Radek Simko
9683896480 provider/aws: Treat ecs_service w/ Status==INACTIVE as deleted
- fixes https://github.com/hashicorp/terraform/issues/3582
2015-11-09 20:46:05 +01:00
Radek Simko
cf5cfdbff0 provider/aws: Set previously missing ARN in iam_saml_provider
- fixes https://github.com/hashicorp/terraform/issues/3820
2015-11-09 20:26:23 +01:00
Mitchell Hashimoto
deb17b90eb Merge pull request #3813 from hashicorp/b-new-hcl
Use new HCL API
2015-11-09 10:34:48 -08:00
Joe Topjian
3f06a7c567 Update CHANGELOG.md 2015-11-09 10:58:06 -07:00
Joe Topjian
7201e15db2 Merge pull request #3824 from jtopjian/jtopjian-openstack-revert-secgroup-rule-fix
provider/openstack: Revert Security Group Rule Fix
2015-11-09 10:55:54 -07:00
Joe Topjian
29636dc51d provider/openstack: Revert Security Group Rule Fix
This commit reverts the patch from #3796.

It has been discovered that multiple rules are being reported out
of order when the configuration is applied multiple times. I feel
this is a larger issue than the bug this patch originally fixed,
so until I can resolve it, I am reverting the patch.
2015-11-09 17:31:40 +00:00
Martin Atkins
988baa584b Merge #3814: 'coalesce' interpolation func 2015-11-09 09:31:18 -08:00
James Nugent
3c02c5ee27 Merge pull request #3823 from hashicorp/stringer-comment
Reflect new comment format in stringer.go
2015-11-09 11:51:28 -05:00
Michael H. Oshita
796fdeef53 Update rds_cluster.html.markdown
I needed `db_subnet_group_name` in the rds_cluster resource as well when creating on a non-default VPC.

https://github.com/hashicorp/terraform/pull/2935#issuecomment-133481106
2015-11-10 01:42:59 +09:00
James Nugent
f4c03ec2a6 Reflect new comment format in stringer.go
As of November 8th 2015, (4b07c5ce8a), the word "Code" is prepended to
the comments in Go source files generated by the stringer utility.
2015-11-09 11:38:51 -05:00
Clint
eb6a50254e Merge pull request #3821 from hashicorp/website-stable-update
Always deploy from stable website branch
2015-11-09 10:22:55 -06:00
clint shryock
a80f6fd979 Always deploy from stable website branch 2015-11-09 10:18:53 -06:00
Radek Simko
564b235b82 Merge pull request #3817 from JefStat/patch-1
Fix spelling mistake in aws saml example
2015-11-09 17:00:20 +01:00
Jef Statham
13e862673f Fix spelling mistake in aws iam saml title 2015-11-09 10:52:09 -05:00
Jef Statham
87e384dc97 Fix spelling mistake in aws saml example
Example resource name is `aws_iam_saml_provider` instead of `aws_saml_provider`.
2015-11-09 09:56:38 -05:00
Joe Topjian
091b687a7b Merge pull request #3811 from Fodoj/extend-floating-ip-resource
provider/openstack: extend documentation of Neutron::FloatingIP
2015-11-08 13:30:30 -07:00
Kirill Shirinkin
7e676a672f provider/openstack: extend documentation of Neutron::FloatingIP 2015-11-08 20:43:34 +01:00
Radek Simko
63049c0176 provider/aws: Support scratch volumes in ecs_task_definition 2015-11-08 20:31:34 +01:00
Matt Morrison
6ecec7fe83 Add coalesce func 2015-11-08 19:34:56 +13:00
Mitchell Hashimoto
13c5fdb154 config: remove debug line 2015-11-07 16:55:07 -08:00
Mitchell Hashimoto
02f512d4bd config: new HCL API 2015-11-07 16:53:42 -08:00