Paul Stack
c0503a9c26
provider/aws: Add aws_ssm_path_* to aws.erb ( #14969 )
2017-05-31 20:40:03 +03:00
Radek Simko
5b677d8632
provider/fastly: Randomize domain names in tests ( #14960 )
2017-05-31 20:22:38 +03:00
Paul Stack
34b67c513f
Update CHANGELOG.md
2017-05-31 20:17:48 +03:00
PaulAtkins
d3eed78d95
provider/aws: Add support for aws_ssm_patch_baseline ( #14954 )
...
* Add support for aws_ssm_patch_baseline and aws_ssm_patch_group
* Fix failing test
* Cleanup commented out code
2017-05-31 20:16:35 +03:00
Paul Stack
d400fe23e0
Update CHANGELOG.md
2017-05-31 20:06:59 +03:00
Sean Chittenden
2ebac5226c
PostgreSQL: leaked pg privs ( #14817 )
...
* Fix doc bug. Spell `collation` like `lc_collate`.
* Whitespace nit in error message
* Use %q as the format verb for error messages in postgresql_database resource messages.
* REVOKE the `GRANT` given to the connection user when creating a database.
For `ROLE`s who have been delegated `CREATEDB` privileges and are not a
superuser, in order for them to `CREATE DATABASE` they need to be a member
of the `ROLE` who will be `OWNER` for the new database. Once the
`CREATE DATABASE` is complete, `REVOKE` the `GRANT` that was given to role
so that the user who ran the `CREATE DATABASE` looses all privileges to the
target database (unless of course they're a superuser).
Fixes a regression introduced in #11452
* Delegated DBA ROLEs can now fix OWNER drift for PostgreSQL databases.
Uses the helper functions introduced in #11452
2017-05-31 20:03:32 +03:00
Joe Topjian
00fa6b06b5
Merge pull request #14966 from florianlechner/patch-2
...
Update lb_monitor_v2.html.markdown
2017-05-31 09:28:44 -06:00
Joe Topjian
72ae5de963
Merge pull request #14957 from florianlechner/patch-1
...
Update lb_pool_v2.html.markdown
2017-05-31 09:25:48 -06:00
Florian Lechner
fe5fc79a71
Update lb_monitor_v2.html.markdown
...
added missing required parameter pool_id and updated code sample.
2017-05-31 17:14:15 +02:00
Jake Champlin
b8b1e8006a
Update CHANGELOG.md
2017-05-31 10:12:48 -04:00
Jake Champlin
647a3940ea
Merge pull request #13702 from bryanburgers/aws-instance-ipv6
...
provider/aws: Allow IPv6/IPv4 addresses to coexist
2017-05-31 10:11:39 -04:00
Paul Stack
606267cbd2
Update CHANGELOG.md
2017-05-31 16:26:20 +03:00
Paul Stack
e28f9c11bf
provider/aws: aws_elasticache_cluster data source ( #14895 )
...
* provider/aws: Add data source for aws_elasticache_cluster
Fixes : #11445
* provider/aws: Add acceptance tests for aws_elasticache_cluster data source
* provider/aws: Add documentation for the aws_elasticache_cluster datasource
2017-05-31 16:25:27 +03:00
Florian Lechner
7609ea083a
Update lb_pool_v2.html.markdown
...
fixed type in openstack_lb_pool_v2 parameter protocol
2017-05-31 13:23:50 +02:00
Radek Simko
4b31def8ba
Update CHANGELOG.md
2017-05-31 07:32:01 +01:00
Radek Simko
b17bcd3852
Merge pull request #14923 from hashicorp/f-k8s-upgrade-1.6.1
...
provider/kubernetes: Upgrade K8S to 1.6.1
2017-05-31 07:30:11 +01:00
James Bardin
6a3a3b3b05
Merge pull request #14949 from hashicorp/jbardin/s3-config
...
Replace lock_table with dynamodb_table in S3 backend config
2017-05-30 18:41:32 -04:00
James Bardin
eba5093115
Update S3 backend docs
...
Add dynamodb_table and deprecation notice on lock_table. Add missing
parameters for the S3 backends: assume_role_policy, external_id,
and session_name.
2017-05-30 18:12:33 -04:00
Jake Champlin
48490a0857
Merge pull request #14946 from alessfg/patch-1
...
docs/google: Add missing "Required" tags
2017-05-30 17:04:40 -04:00
Jake Champlin
cadf75b28f
Merge pull request #14938 from jkodroff/patch-1
...
Update virtual_machine.html.markdown
2017-05-30 16:51:14 -04:00
Alessandro Fael Garcia
e071a8f042
docs/google: Add missing "Required" tags
...
This change updates the password and username fields in the Master Auth subheading to include the "Required" tag.
2017-05-30 13:44:39 -07:00
James Bardin
6b700ff1fb
replace lock_table with dynamodb_table in s3 cfg
...
Since the DynamoDB table used by the S3 backend is no longer only used
for locks, rename it in the config to remove any confusion about it
being lock-specific.
2017-05-30 16:27:04 -04:00
Radek Simko
f1c4100d04
Update CHANGELOG.md
2017-05-30 20:42:13 +01:00
Jasmin Gacic
13ed75a3e4
Update CHANGELOG.md
2017-05-30 21:41:48 +02:00
Jasmin Gacic
538dc7d257
New Interpolation Function: bcrypt
2017-05-30 21:41:28 +02:00
Radek Simko
b802897cea
provider/aws: Avoid crash when EgressOnly IGW disappears ( #14929 )
2017-05-30 20:40:54 +01:00
Jasmin Gacic
5d33023d99
Merge pull request #14725 from StackPointCloud/bcrypt
...
`bcrypt` builtin function
2017-05-30 21:39:41 +02:00
James Bardin
ecc5bfb801
Merge pull request #14937 from hashicorp/jbardin/GH-14927
...
check for nil state in s3 client Get
2017-05-30 15:12:55 -04:00
James Bardin
9548987f96
Merge pull request #14930 from hashicorp/jbardin/consul-cas
...
Use CAS to Put consul state, and reacquire locks when necessary
2017-05-30 15:12:37 -04:00
Joe Topjian
c37adf33ea
Update CHANGELOG.md
2017-05-30 12:55:54 -06:00
Joe Topjian
ff1c2b10e0
Merge pull request #14917 from jtopjian/openstack-secgroup-numeric-protocol
...
provider/openstack: Allow numerical protocols in security group rules
2017-05-30 12:55:17 -06:00
James Bardin
82eba5801d
Test losing and reacquiring a consul lock
2017-05-30 14:38:33 -04:00
James Bardin
3df48bfc27
relock consul when lock is lost
...
Consul locks are based on liveness, and may be lost due timeouts,
network issued, etc. If the client determines the lock was lost, attempt
to reacquire the lock immediately.
The client was also not using the `lock` config option. Disable locks if
that is not set.
2017-05-30 14:38:33 -04:00
James Bardin
e8330b6f53
use CAS for consul state Put
2017-05-30 14:38:32 -04:00
James Bardin
e7502454b4
check for nil state in s3 client Get
...
The S3 client can return (nil, nil) when the remote state doesn't exist.
The caused a nil pointer dereference when checking the payload.MD5
against the expected value.
This can happen if the remote state was manually removed, but the digest
entry was left in the DynamoDB table.
2017-05-30 14:36:13 -04:00
Josh Kodroff
75100a18c9
Update virtual_machine.html.markdown
...
Replace deprecated `gateway` attrib with `network_interface.ipv4_gateway`.
2017-05-30 14:31:39 -04:00
Jake Champlin
d9524a71d4
Update CHANGELOG.md
2017-05-30 14:27:27 -04:00
Jake Champlin
7894478c8c
Merge pull request #14681 from svanharmelen/f-review
...
Use `helpers.shema.Provisoner` in Chef provisioner V2
2017-05-30 14:26:51 -04:00
Paul Stack
ff3166fcae
Update CHANGELOG.md
2017-05-30 19:31:11 +03:00
Andrew Starr-Bochicchio
2a3d752834
Add support for changing TTL on DigitalOcean domain records. Fixes #12631 ( #14805 )
2017-05-30 19:29:56 +03:00
Paul Stack
77961be736
Update CHANGELOG.md
2017-05-30 19:22:51 +03:00
Paul Stack
f7996e36ea
provider/digitalocean: Refresh DO loadbalancer from state if 404 ( #14897 )
...
Fixes : #14852
2017-05-30 19:21:53 +03:00
Ebru Cucen
3c8a19f65e
docs/provider/azure/vmss: managed_disk_type, typos;sidebar fix for VM resources ( #14906 ) ( #14915 )
2017-05-30 16:52:25 +01:00
Radek Simko
832b7bd456
provider/aws: Randomize IAM role names in flow log tests ( #14928 )
2017-05-30 16:23:21 +01:00
Radek Simko
efd1e1ffb3
provider/aws: Run Configure as part of testAccPreCheck ( #14925 )
2017-05-30 16:22:56 +01:00
Radek Simko
40c6d9b8c5
vendor: Remove references to deleted packages
2017-05-30 16:20:47 +01:00
Tom Harvey
bcd57a963c
Merge pull request #14919 from tombuildsstuff/fixing-docs
...
Website: Fixing spacing in the `aws_elastictranscoder_pipeline` docs
2017-05-30 16:10:15 +01:00
Radek Simko
209bc1e93a
Update CHANGELOG.md
2017-05-30 14:16:43 +01:00
Sam Bashton
56fbe027c3
Add ability to import Google Compute persistent disks ( #14573 )
...
* Add ability to import Google Compute persistent disks
* Fix additional URL names
2017-05-30 14:16:12 +01:00
tombuildsstuff
8af9f2d4e6
Adding whitespace to Elastic Transcoder Pipeline docs. Fixes #14870
2017-05-30 09:40:21 +01:00