Commit Graph

2535 Commits

Author SHA1 Message Date
Dana Hoffman
fb04555ada
Update CHANGELOG.md 2018-07-18 14:25:28 -07:00
The Magician
c0610c5544 Add google_compute_region_disk resource. (#1755)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-07-18 14:24:21 -07:00
Dana Hoffman
78b1f1a6c6
Update CHANGELOG.md 2018-07-18 13:35:22 -07:00
The Magician
0e29432a32 use compareSelfLinkOrResourceName diffsuppress on redis authorizednetwork. Fixes #1750. (#1782)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-07-18 13:34:47 -07:00
tf-release-bot
b2f8a2a49a Cleanup after v1.16.2 release 2018-07-18 19:42:25 +00:00
tf-release-bot
59e519a219
v1.16.2 2018-07-18 19:37:26 +00:00
The Magician
aa20a0efe7 Support unordered list on subnetwork secondary IP range. (#1772) 2018-07-17 15:18:18 -07:00
Paddy
1e72a35d06
Update CHANGELOG.md 2018-07-17 00:10:29 -07:00
Paddy
1fea758265
Merge pull request #1779 from danawillow/is-1775
allow setting instance scheduling booleans to false
2018-07-17 00:07:14 -07:00
Paddy
4e0a4ef84b
Merge pull request #1784 from danawillow/is-1715
force send a bunch more fields in firewall
2018-07-17 00:06:20 -07:00
Dana Hoffman
335ccae604 force send a bunch more fields in firewall 2018-07-16 18:46:05 -07:00
Dana Hoffman
24396c9fea
Update CHANGELOG.md 2018-07-16 14:56:40 -07:00
The Magician
1f9de6ad13 use patch instead of put to update router. Fixes #1778. (#1780)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-07-16 14:56:03 -07:00
Dana Hoffman
547245bada allow setting instance scheduling booleans to false 2018-07-16 13:54:47 -07:00
tf-release-bot
b00b1d7c76 Cleanup after v1.16.1 release 2018-07-16 17:16:09 +00:00
tf-release-bot
f9059599bf
v1.16.1 2018-07-16 17:11:10 +00:00
Paddy
97e421ab92
Update CHANGELOG.md 2018-07-13 14:21:50 -07:00
Paddy
8753eb0268
Merge pull request #1769 from terraform-providers/paddy_1767
Fix crash when updating container cluster resource labels.
2018-07-13 14:21:05 -07:00
Paddy Carver
c404cd740b Use map helper. 2018-07-13 14:14:00 -07:00
The Magician
ba2ea638ee Turn off logs on compiler unless you use --debug flag (#1771) 2018-07-13 11:13:29 -07:00
Paddy Carver
0435b1f387 Fix crash when updating container cluster resource labels.
We had a bad type coercion in the code to update container cluster
resource labels. This fixes the coercion.

We didn't notice this because there was no test exercising the update
code path. I've added the test, which reproduced the panic before this
PR was applied and passes successfully now that the coercion is fixed.
2018-07-13 02:27:40 -07:00
Nathan McKinley
687f8d0857 Sometimes we run tests on overloaded machines. (#1765) 2018-07-12 17:39:54 -07:00
The Magician
01a2906518 Fix nested object handling in generated code (#1757)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-07-12 17:15:40 -07:00
tf-release-bot
855bc8fc8d Cleanup after v1.16.0 release 2018-07-13 00:03:08 +00:00
tf-release-bot
c5d6b9e576
v1.16.0 2018-07-12 23:58:18 +00:00
Paddy
a099f55f55
Update CHANGELOG.md 2018-07-12 13:48:10 -07:00
Paddy
567244edaa
Merge pull request #1763 from terraform-providers/paddy_ignored_apis_update
Add stackdriverprovisioning to ignored APIs.
2018-07-12 13:46:55 -07:00
Paddy Carver
d80c92f33f Add stackdriverprovisioning to ignored APIs.
Add stackdriverprovisioning.googleapis.com to our list of APIs that are
automateically enabled that Terraform can't act on.
2018-07-12 13:40:30 -07:00
Paddy
9bdf755591
Update CHANGELOG.md 2018-07-12 13:18:03 -07:00
Paddy
6bef3e6063
Merge pull request #1762 from terraform-providers/revert-1742-fix-igm-rolling-updates
Revert "Fix instance group manager rolling-updates"
2018-07-12 13:17:36 -07:00
Paddy
e08832c48c
Revert "Fix instance group manager rolling-updates" 2018-07-12 13:09:57 -07:00
Dana Hoffman
afca363b65
Update CHANGELOG.md 2018-07-12 12:52:28 -07:00
The Magician
499690f3b3 Autogenerate router resource. Also adds update support and a few new fields. (#1723) 2018-07-12 12:51:11 -07:00
Paddy
39b17f0e3b
Merge pull request #1761 from terraform-providers/paddy_images_licenses_computed
Make licenses field of images computed.
2018-07-12 12:37:48 -07:00
Paddy Carver
a29a0cbbda Make licenses field of images computed.
Images now have a licenses field, which lets users specify licenses to
use on an image. But official images already have licenses on them, adn
so Terraform is reading those as a diff. To preserve backwards
compatiblity and avoid a breaking change that would require all
`google_compute_image` users to update their configs, I've set the field
to computed. This means that if no licenses are set in the config, there
can be licenses in the config without prompting a diff. Obviously, this
isn't ideal, as it means you can't ever remove all the licenses from an
image, but I think the benefits here outweigh the drawbacks.
2018-07-12 11:50:02 -07:00
Dana Hoffman
7b3ee2bc3e
Update CHANGELOG.md 2018-07-12 11:20:18 -07:00
Dana Hoffman
8b71cecad7
fix retries for wrapped errors (#1760)
Turns out this block of code:
 2ea2baaedd/google/resource_google_project_services.go (L246-L307)
wasn't actually retrying on quota failures (429s) because it was getting wrapped, so our retry helper saw it as as non-retryable. This fixes that.
2018-07-12 11:19:49 -07:00
emily
9d15f6162f
Vendor update to compute (#1756) 2018-07-12 10:47:18 -07:00
Paddy
4325cc6a95
Update CHANGELOG.md 2018-07-12 10:31:14 -07:00
Paddy
182c3e904e
Merge pull request #1737 from mchalek/mchalek-fix-services-pagetoken
Add nextPageToken to fields argument against ServiceUsage api
2018-07-12 10:30:32 -07:00
Paddy Carver
d6f2a285ef Rename test, add comment. 2018-07-12 10:26:48 -07:00
Paddy Carver
1c4f1a0bec Merge branch 'master' into mchalek-fix-services-pagetoken 2018-07-12 06:06:17 -07:00
Paddy Carver
c998a37a83 Update our test to page.
Add a bunch more services to our manyServices test, so that we have a
page that exercises pagination logic.
2018-07-12 06:04:09 -07:00
Paddy
2ea2baaedd
Update CHANGELOG.md 2018-07-11 21:16:13 -07:00
Paddy
3d2e72208e
Merge pull request #1717 from Mierdin/master
Implement 'licenses' field in compute_image resource
2018-07-11 21:15:35 -07:00
Paddy
5be332e699
Update CHANGELOG.md 2018-07-11 04:29:59 -07:00
Paddy
7663c6ff3a
Merge pull request #1742 from bpineau/fix-igm-rolling-updates
Fix instance group manager rolling-updates
2018-07-11 04:28:41 -07:00
Paddy
486be87b12
Merge pull request #1731 from nyurik/patch-1
Update compute_ssl_certificate.html.markdown
2018-07-11 04:22:08 -07:00
Paddy Carver
91790040d7 Merge branch 'mchalek-fix-services-pagetoken' of github.com:mchalek/terraform-provider-google into mchalek-fix-services-pagetoken 2018-07-11 03:51:45 -07:00
Dana Hoffman
a6198a0b60
prereqs for regional disks (#1753)
In testing an upcoming `google_compute_region_disk` resource, I had to make these changes. Checking them in separately so that when the magician runs, these changes will already be a part of TF.
2018-07-10 17:10:05 -07:00