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
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
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
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
Joe Topjian
dc96d7e61b
Update CHANGELOG.md
2015-11-07 12:32:22 -07:00
Joe Topjian
37d4316c13
Merge pull request #3801 from jtopjian/jtopjian-openstack-secgroup-computed
...
provider/openstack: Make Security Groups Computed
2015-11-07 12:31:15 -07:00
Joe Topjian
1bb26a4cc2
Merge pull request #3796 from jtopjian/jtopjian-openstack-secgroup-rule-fix
...
provider/openstack: Security Group Rules Fix
2015-11-07 12:29:53 -07:00
Radek Simko
89a2734d07
Merge pull request #3800 from joegross/bugfix/closing-quote
...
docs: add closing quote
2015-11-07 08:11:18 +00:00
Joe Topjian
98a441314b
provider/openstack: Make Security Groups Computed
...
This commit makes security groups in the openstack_compute_instance_v2
resource computed. This fixes issues where a security group is omitted
which causes the instance to have the "default" group applied. When
re-applying without this patch, an error will occur.
2015-11-07 04:01:50 +00:00
Joe Gross
a727b0c415
add closing quote
2015-11-06 19:02:05 -08:00
Clint
91aeba48ff
Merge pull request #3795 from willrstern/aws-rds-typo
...
Typo in docs - AWS RDS config
2015-11-06 17:08:52 -06:00
Clint
c40f689201
Update CHANGELOG.md
2015-11-06 16:56:54 -06:00
clint shryock
d6f6a3b3f5
Merge branch 'master' of github.com:hashicorp/terraform
...
* 'master' of github.com:hashicorp/terraform:
Update CHANGELOG.md
Adding S3 support for Lambda provider
2015-11-06 16:55:32 -06:00
clint shryock
ccd37796ec
Merge branch 'pr-3707'
...
* pr-3707:
config updates for ElastiCache test
Removing the instance_type check in the ElastiCache cluster creation. We now allow the error to bubble up to the userr when the wrong instance type is used. The limitation for t2 instance types now allowing snapshotting is also now documented
Making the changes to the snapshotting for Elasticache Redis as per @catsby's findings
Added an extra test for the Elasticache Cluster to show that updates work. Also added some debugging to show that the API returns the Elasticache retention period info
When I was setting the update parameters for the Snapshotting, I didn't update the copy/pasted params
Adding the ability to specify a snapshot window and retention limit for Redis ElastiCache clusters
2015-11-06 16:55:16 -06:00
clint shryock
dbd2a43f46
config updates for ElastiCache test
2015-11-06 16:55:04 -06:00
Clint
996f88acd8
Update CHANGELOG.md
2015-11-06 16:17:22 -06:00
Clint
a6f4c287ae
Merge pull request #3794 from robzienert/lambda-s3-support
...
Adding S3 support for Lambda provider
2015-11-06 16:16:40 -06:00
Rob Zienert
327bd4f9c0
Adding S3 support for Lambda provider
2015-11-06 15:57:18 -06:00
Will Stern
1ab69ab638
typo in cluster_identifier
2015-11-06 15:55:58 -06:00
Joe Topjian
0e9397fc74
provider/openstack: Security Group Rules Fix
...
This commit fixes how security group rules are read by Terraform and
enables them to be correctly removed when the rule resource is
modified.
2015-11-06 21:52:30 +00:00
Joe Topjian
fa471ddbb5
Merge pull request #3791 from jtopjian/jtopjian-openstack-test-format
...
provider/openstack: fix test formatting
2015-11-06 10:38:44 -07:00
Joe Topjian
4c1083c9c5
provider/openstack: fix test formatting
2015-11-06 17:32:30 +00:00
Clint
c284f31570
Merge pull request #3626 from wojtekmach/patch-1
...
digitalocean: update index docs for do_token var
2015-11-06 11:32:09 -06:00
Clint
ea3fc69f67
Merge pull request #3789 from stack72/f-aws-rds-cluster-instance-docs
...
provider/aws: RDS Cluster Instance Docs Update
2015-11-06 11:30:22 -06:00
Joe Topjian
7675246ccc
Update CHANGELOG.md
2015-11-06 10:22:20 -07:00
Joe Topjian
1656e2837c
Merge pull request #3772 from Fodoj/add-fixed-ips-to-openstack-ports
...
provider/openstack: Add fixed ips to openstack ports
2015-11-06 10:21:20 -07:00
stack72
e8a411ce5f
Fixing the RDS Cluster Instance docs to show that either an instance must be set as public OR have a db_subnet_group_name set
2015-11-06 16:10:21 +00:00
stack72
350f91ec06
Removing the instance_type check in the ElastiCache cluster creation. We now allow the error to bubble up to the userr when the wrong instance type is used. The limitation for t2 instance types now allowing snapshotting is also now documented
2015-11-06 11:16:51 +00:00
Kirill Shirinkin
d5e6929118
Fix tests
2015-11-06 11:10:44 +01:00
Clint
364b297700
Update CHANGELOG.md
2015-11-05 14:29:23 -06:00
Clint
cb52e23226
Merge pull request #3757 from stack72/f-aws-rds-cluster-backup
...
provider/aws: RDS Cluster additions
2015-11-05 14:28:18 -06:00
Paul Hinze
d347b9d8e5
Merge pull request #3729 from hashicorp/docs-vmware-vsphere
...
docs: Change vSphere to VMware vSphere
2015-11-05 13:07:50 -06:00
Paul Hinze
e85a618d67
Merge pull request #3717 from rakutentech/improve-acceptance-test
...
provider/vsphere: Fix acceptance tests for using optional parameters
2015-11-05 13:07:20 -06:00
Paul Hinze
e6c4a4fd11
Update CHANGELOG.md
2015-11-05 13:07:08 -06:00