Paul Stack
113b74de2f
Update CHANGELOG.md
2016-10-31 08:51:44 +00:00
Anshul Sharma
625e747359
Added AWS Resource WAF XssMatchSet ( #9710 )
2016-10-31 08:51:08 +00:00
Paul Stack
6e55f5683c
Update CHANGELOG.md
2016-10-29 16:24:46 +01:00
Thomas Boerger
998899c2fe
provider/cloudflare: Updated github.com/cloudflare/cloudflare-go ( #9715 )
...
To avoid the issue #8011 I have updated the used client library, with
this update I don't get the mentioned issues like `unexpected EOF`
anymore.
Fixes #8011
2016-10-29 16:22:38 +01:00
Masayuki Morita
eb1a58d966
Update doc: aws_iam_user with force_destroy deletes IAM User Login Profile ( #9716 )
...
refs: https://github.com/hashicorp/terraform/pull/9583
2016-10-29 16:20:18 +01:00
Raphael Randschau
e97785c899
terraform/core: typo in RawConfig documentation ( #9714 )
2016-10-29 16:18:56 +01:00
Raphael Randschau
71fa8f171b
provider/scaleway: govendor integration ( #9713 )
2016-10-29 12:28:02 +01:00
James Turnbull
0dfc7a19c7
Cleanup and expansion of the S3 remote state documentation ( #9708 )
2016-10-29 12:11:43 +01:00
Paul Stack
46e9c56fa3
Update CHANGELOG.md
2016-10-29 12:08:26 +01:00
Raphael Randschau
98d84680b7
provider/scaleway server volume property ( #9695 )
...
* provider/scaleway: extract volume validation helpers
* provider/scaleway: add server volume property
fixes #9499
* provider/scaleway: update `scaleway_server` docu
* provider/scaleway: fix volume handling
this actually broken when merging the latest SDK update :(
* provider/scaleway: fix volume attachment
* provider/scaleway: fix volume expectation
2016-10-29 12:07:35 +01:00
James Turnbull
18b3736ba4
Pass over the Interpolation page ( #9703 )
...
* Pass over the Interpolation page
Fixes some grammar, typos and structure. Updated some headings and fixed
a couple of spelling mistakes.
* Added proper note syntax
* Turned some notes into actual notes
* Couple of minor typos just noticed
2016-10-29 01:13:09 +01:00
Mitchell Hashimoto
52e4b4563b
Merge pull request #9701 from hashicorp/update-hcl
...
vendor: update HCL
2016-10-28 19:44:55 -04:00
Mitchell Hashimoto
6e1e33fd8a
vendor: update HCL
2016-10-28 19:39:00 -04:00
Mitchell Hashimoto
7c0cc06ad1
Update CHANGELOG.md
2016-10-28 19:35:05 -04:00
Mitchell Hashimoto
bccfcbd4bf
Update CHANGELOG.md
2016-10-28 19:32:19 -04:00
Mitchell Hashimoto
0d921cf8e7
Merge pull request #9692 from jszwedko/add-basic-math-interpolation
...
Add some basic math interpolation functions
2016-10-28 19:30:59 -04:00
Paul Stack
a68bcccd9c
Update CHANGELOG.md
2016-10-29 00:02:23 +01:00
Clint
01e8bd1f70
provider/aws: Fix import of RouteTable with destination prefixes ( #9686 )
...
* add test failure
* provider/aws: Skip import of routes that contain destination prefix ids
2016-10-29 01:01:17 +02:00
Paul Stack
0e85d6bb15
Update CHANGELOG.md
2016-10-28 23:59:27 +01:00
Anshul Sharma
cc8f11138f
Added AWS Resource WAF SizeConstraintSet ( #9689 )
2016-10-29 00:58:37 +02:00
Paul Stack
0f8611c82c
Update CHANGELOG.md
2016-10-28 23:20:19 +01:00
Raphael Randschau
082ef04b9e
provider/scaleway: update sdk for ams1 region ( #9687 )
...
* provider/scalway: update sdk for ams1 region
* provider/scaleway typecast volume size as of 472a493
2016-10-29 00:16:53 +02:00
Jack Pearkes
6491190211
Update CHANGELOG.md
2016-10-28 12:04:33 -07:00
Jesse Szwedko
0fbd72a355
Add some basic math interpolation functions
...
Support the following math functions for interpolation:
* ceil
* floor
* max
* min
Fixes #7409
2016-10-28 17:49:31 +00:00
Paul Stack
0befa15522
Update CHANGELOG.md
2016-10-28 16:59:20 +02:00
Paul Stack
4dcc01be10
Update CHANGELOG.md
2016-10-28 16:58:01 +02:00
Mitchell Hashimoto
2fa89dd1c9
Update CHANGELOG.md
2016-10-28 10:46:37 -04:00
Mitchell Hashimoto
77611022e3
Update CHANGELOG.md
2016-10-28 10:45:18 -04:00
Mitchell Hashimoto
3f36787207
Merge pull request #9618 from hashicorp/b-computed-prim
...
helper/schema,terraform: handle computed primitives in diffs
2016-10-28 10:44:13 -04:00
Paul Stack
9665a0f8de
Update CHANGELOG.md
2016-10-28 14:44:09 +02:00
Dan Wendorf
781725348e
provider/google Support MySQL 5.7 instances ( #9673 )
...
* provider/google Document MySQL versions for second generation instances
Google Cloud SQL has first-gen and second-gen instances with different
supported versions of MySQL.
* provider/google Increase SQL Admin operation timeout to 10 minutes
Creating SQL instances for MySQL 5.7 can take over 7 minutes,
so the timeout needs to be increased to allow the
google_sql_database_instance resource to successfully create.
2016-10-28 14:41:03 +02:00
Andras Ferencz-Szabo
46cb7b4710
Allow underscores in IAM user and group names ( #9684 )
...
* Allow underscores in IAM user and group names
* Add notes to iam_user and iam_group docs that names are not distinguished by case
2016-10-28 14:40:04 +02:00
Paul Stack
990a1ba204
Update CHANGELOG.md
2016-10-28 14:39:46 +02:00
Paul Stack
c954d4f2ab
Update CHANGELOG.md
2016-10-28 14:37:08 +02:00
Anshul Sharma
afc603c0f8
Added AWS Resource WAF ByteMatchSet ( #9681 )
2016-10-28 14:36:16 +02:00
Paul Stack
d64e645b8e
Update CHANGELOG.md
2016-10-28 12:00:03 +02:00
Liam Bennett
8fee7642a9
New AWS resource `ssm_activation` ( #9111 )
...
Adding a new resource to support activation of managed instances for
on-premise virtual-machines.
2016-10-28 11:59:12 +02:00
James Turnbull
3500630243
Added s3 and unarchiving docs ( #9677 )
...
The underlying [go-getter](https://github.com/hashicorp/go-getter )
supports S3 Buckets and unarchiving. Adding mentions of this to the
module sources documentation.
2016-10-28 03:36:22 +02:00
Paul Stack
7940af2ff2
Update CHANGELOG.md
2016-10-28 01:12:14 +02:00
Dan Wendorf
407af92c21
provider/google Change default MySQL instance version to 5.6 ( #9674 )
...
The Google Cloud SQL API defaults to 5.6, and 5.6 is the only version avaiable
to both first- and second-generation Cloud SQL instances.
2016-10-28 00:11:08 +01:00
Paul Stack
257be13e0e
Update CHANGELOG.md
2016-10-28 01:10:24 +02:00
Krzysztof Wilczynski
a078b893d6
Add support for `AutoMinorVersionUpgrade` to aws_elasticache_replication_group resource. ( #9657 )
...
This commit adds an ability to modify the `AutoMinorVersionUpgrade` property of the
Replication Group (which is enabled by default) accordingly.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
2016-10-28 00:08:14 +01:00
Paul Stack
8abc6fcdf7
Update CHANGELOG.md
2016-10-28 00:59:11 +02:00
Paul Stack
f1202c97a5
Bump crypto package ( #9661 )
...
This is the fix up of #9345
2016-10-27 23:57:25 +01:00
Clint
1acc73457b
Merge pull request #9664 from antonbabenko/fix_changelog
...
Fixed comma-separated github issues in CHANGELOG.md
2016-10-27 15:07:54 -05:00
Sander van Harmelen
1ed6e4c3dd
Update CHANGELOG.md
2016-10-27 21:08:27 +02:00
ddegoede
2531ab024a
Adding private gateway and static route resource to cloudstack provider ( #9637 )
...
* Adding private gateway and static route resource to cloudstack provider
Testing the private gateway and static route resource requires a ROOT
account in Cloudstack
* changes requested by reviewer
2016-10-27 21:06:39 +02:00
Anton Babenko
3b59b4151b
Update GH issue in Changelog.md
2016-10-27 20:08:56 +02:00
Anton Babenko
f13abccd30
Fixed regexp to process comma-separated links to github issues in CHANGELOG.md
2016-10-27 20:07:37 +02:00
craigmonson
d2eab5a760
Update variables.html.md ( #9663 )
...
Fixed a typo
2016-10-27 19:07:19 +01:00