Commit Graph

3677 Commits

Author SHA1 Message Date
Paddy
0965a6c8d8
Vendor terraform to fix ImportStateVerify bug. (#3444)
Vendor the latest Terraform so we can get the fix for ImportStateVerify
diffing on Removed fields.

```
export GO111MODULE=on
go get github.com/hashicorp/terraform@master
go mod tidy
go mod vendor
```
2019-04-16 11:49:53 -07:00
The Magician
5a7348d89d Ignore max_pods_per_node in import tests (#3438)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-15 18:18:27 -07:00
The Magician
55c7a8b332 Hard remove broken Removed fields, fix 0.12 configs (#3437)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-15 18:14:01 -07:00
The Magician
8279ae67dd Use 0.12-compatible syntax in VPN Tunnel (#3436)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-15 18:11:29 -07:00
The Magician
5c925718d1 012 instance from template (#3434)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-15 14:21:24 -07:00
Riley Karson
dbf9188792
Vendor 0.12 SDK (#3432)
```bash
GO111MODULE=on go get github.com/hashicorp/terraform@pluginsdk-v0.12-early7
GO111MODULE=on go mod vendor
GO111MODULE=on go mod tidy
```
2019-04-15 13:39:47 -07:00
The Magician
817dd3dc6c Don't allow secondary ip ranges to be computed in subnetwork (#3431)
<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
2019-04-15 13:39:13 -07:00
Riley Karson
b2cb562fdd
Update CHANGELOG.md 2019-04-15 13:35:44 -07:00
The Magician
61894cc787 Remove Computed from GKE cluster cidr_blocks (#3427)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-15 13:29:32 -07:00
tf-release-bot
4e91ba9dd0 Cleanup after v2.4.0 release 2019-04-15 20:13:58 +00:00
tf-release-bot
6e862e686b
v2.4.0 2019-04-15 20:07:21 +00:00
The Magician
974928018a Small docs update (#3423)
<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
2019-04-15 10:45:54 -07:00
The Magician
0f3f1a236a [TF] Remove draining and cancelling from terminal dataflow job states (#3399)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-12 11:17:20 -07:00
emily
f67094708f
Update CHANGELOG.md 2019-04-11 17:26:35 -07:00
The Magician
7f46f5c4fc Add conflicts_with for cluster remove_default_node_pool and node_pool (#3422)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-11 17:24:13 -07:00
Chaitanya Prakash N
585dab3e6f Removing validation function from BQ dataset resource and reducing the number of redundant test cases for BQ regional location (#3406) 2019-04-11 11:29:45 -07:00
The Magician
53cc7fe1ee Add better error message for sql 409 (#3414)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-11 11:13:12 -07:00
The Magician
55ef37fe38 GET clusters in error states so we see state information in debug logs. (#3389)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-08 16:37:49 -07:00
Riley Karson
70e86b7be6
Update CHANGELOG.md 2019-04-08 16:10:14 -07:00
The Magician
f82494c34f Make cloudbuild trigger disabled field a bool (#3398)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-08 13:35:32 -07:00
Riley Karson
13308c0ce7
Update CHANGELOG.md 2019-04-08 12:58:44 -07:00
The Magician
799f7387d1 Relax the limit on # of master authorized networks in GKE (#3397)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-08 12:57:00 -07:00
Riley Karson
238657f325
Update CHANGELOG.md 2019-04-05 15:19:04 -07:00
The Magician
c662cc75ba Terraform: allow deletion of default route upon network creation (#3391)
<!-- This change is generated by MagicModules. -->
Original Author: @drebes
2019-04-05 15:17:23 -07:00
Riley Karson
0fc12ab85d
Update CHANGELOG.md 2019-04-05 11:14:40 -07:00
The Magician
2779e26b6c [terraform] update cidr_blocks to fix ipv6 parsing issues and improve testing (#3390)
<!-- This change is generated by MagicModules. -->
Original Author: @benkevan
2019-04-05 11:10:12 -07:00
Riley Karson
c1233fb3b0
Update CHANGELOG.md 2019-04-04 13:51:44 -07:00
The Magician
f6312500fe Cleanup BackendService after generation, add omitted fields. (#3375)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-04 13:50:31 -07:00
The Magician
0c660ba9d0 Add single instance field to autoscaler stackdriver metrics (#3367)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-04 13:39:32 -07:00
The Magician
1715a1af94 Actually add ACM resources to the GA provider resource map (#3380)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-04 13:16:54 -07:00
The Magician
28be0e968d Add google-beta to SQL private docs (#3368)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-04 13:11:34 -07:00
The Magician
d544f6434d Update global address docs now that they are settable + ip ranges sometimes (#3376)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-04 11:21:40 -07:00
The Magician
bafc5b5a9c Terraform: Cloud DNS Peering (#3353)
<!-- This change is generated by MagicModules. -->
/cc @drebes
2019-04-03 15:09:36 -07:00
Riley Karson
fe359eef43
Update CHANGELOG.md 2019-04-03 13:29:51 -07:00
The Magician
2f83c9dd2a Retry reads in Cloud SQL Database Instance (#3366)
<!-- This change is generated by MagicModules. -->
Original Author: @rileykarson
2019-04-03 13:27:44 -07:00
The Magician
a93b1615ef Signed CDN urls for backend services (#3359)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-03 11:29:15 -07:00
Chris Stephens
92ab5774f1
Update CHANGELOG.md 2019-04-03 11:01:42 -07:00
Riley Karson
a95829d127
Update CHANGELOG.md 2019-04-02 14:34:17 -07:00
The Magician
7d66019993 Generate BackendService in Terraform (#3345)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-04-02 14:32:09 -07:00
The Magician
f0941f7138 Remove 'Set' from fields where it doesn't do anything (#3364)
<!-- This change is generated by MagicModules. -->
Original Author: @chrisst
2019-04-02 13:58:53 -07:00
Riley Karson
8f1b34dbbe
Update CHANGELOG.md 2019-04-02 11:02:59 -07:00
The Magician
95191ed06e Bring Access Context Manager / VPC Service Controls to GA (#3358)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-04-02 10:59:05 -07:00
The Magician
d1dbdb0252 More Cloudbuild Trigger Step support (#3346)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-04-01 18:14:13 -07:00
The Magician
6121d539c2 Add google_impersonated_credential datasource (#3357)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-01 17:21:13 -07:00
Aaron Niskode-Dossett
4d2ade98b7 Fix unclosed formatting in CHANGELOG (#3356) 2019-04-01 13:14:10 -07:00
Riley Karson
a2d6349531
Update CHANGELOG.md 2019-04-01 10:55:34 -07:00
The Magician
2f135fed56 Terraform: Make private Cloud DNS GA (#3352)
<!-- This change is generated by MagicModules. -->
/cc @drebes
2019-04-01 10:53:46 -07:00
The Magician
5ea227f7a0 Add backend bucket signed URL key (for CDN) support (#3229)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-04-01 10:19:55 -07:00
The Magician
8b6a334ff9 Shuffle schema in BackendService around to match what MM will do (#3340)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-29 15:12:51 -07:00
The Magician
e12b5c2a04 Terraform - AccessContextManager autogenerated operations (#3338)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-28 15:47:57 -07:00