Commit Graph

3444 Commits

Author SHA1 Message Date
Riley Karson
a337c89a82
Update CHANGELOG.md 2019-02-08 09:10:12 -08:00
Chen Zhiling
edb9530ae7 Add force_destroy option to bigquery dataset (#2986)
* Add force_destroy option to bigquery dataset

* Change option name to force_destroy

* Rename option to delete_contents_on_destroy

* Add option description

* Add tests for dataset with content added in

* Add diff suppress func
2019-02-08 09:09:14 -08:00
The Magician
c8fcba1907 Add docs for the bigquery dataset delete_contents_on_destroy field (#3004)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-08 08:11:05 -08:00
Riley Karson
b7ffdffcaa
Add an additional caveat to local provider guide (#3013)
/cc @yorinasub17
2019-02-07 11:21:54 -08:00
The Magician
f9903ee041 google_compute_instance change a removed field from optional -> computed (#3010)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-06 16:22:35 -08:00
Riley Karson
8a237de2dd
Update gometalinter for modules, add staticcheck (#2908)
This isn't working locally, but it matches the changes made in https://github.com/terraform-providers/terraform-provider-azurerm/pull/2722 so maybe something freaky is going on and it will only work in CI?

Edit: This only works in CI (well, at least doesn't work locally for *me*) but the same is true in the Azure provider. Most of those rules can be turned back on provided we make the corresponding code changes, but let's bring back `unused` for now. I'll dupe over to tpgb on approval.
2019-02-05 11:47:40 -08:00
The Magician
222c287629 Update the googlesource cookie for the Terraform providers. (#3002)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-05 11:28:53 -08:00
Nathan McKinley
399e7e0980
Update CHANGELOG.md 2019-02-01 16:18:56 -08:00
The Magician
fdeac73ab6 Add fields to InterconnectAttachment to allow for PARTNER interconnects (#2959)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-01 16:17:53 -08:00
The Magician
b58053fe5d Bring forwards/backwards compatible 0.12 syntax to HEAD (#2984)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-01 14:45:29 -08:00
The Magician
9c8bea96d8 Refresh provider docs in anticipation of 2.0.0 (#2981)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-01 13:26:59 -08:00
Paddy
72959e504c
Update CHANGELOG.md 2019-02-01 11:48:32 -08:00
Paddy
b504517421
Update CHANGELOG.md 2019-02-01 11:40:25 -08:00
The Magician
43d8943745 Restore name_prefix for node pools (#2975)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-01 11:34:45 -08:00
Riley Karson
2fa07bfd14
Update CHANGELOG.md 2019-02-01 11:21:11 -08:00
The Magician
af7cf2a69b Make zone required in google_composer_environment.node_config (#2967)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-01 11:20:05 -08:00
The Magician
69e445bd59 SHA256 encode compute_certificate's private keys (#2976)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-01 11:02:20 -08:00
Riley Karson
856a977ddc
Update CHANGELOG.md 2019-02-01 10:59:00 -08:00
The Magician
e5a1c5f997 Fix issue with google_compute_backend_service IAP client secret @ update (#2978)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-01 10:57:45 -08:00
Riley Karson
3d43932a49
Update go versions used in development (#2934)
Adding `.x` to Travis means use the latest minor version according to its docs.

I didn't update the "Requirements" header because this is just because of Go Modules; see https://github.com/terraform-providers/terraform-provider-google/pull/2932 for why. Since it's just a development change, it doesn't impact _using_ the provider.

Although, out of curiosity- is that header for development? Or is there a real requirement to have Go installed to use Terraform providers?
2019-02-01 07:58:37 -08:00
The Magician
bb5e34894f Update GKE examples, docs to recommend fine grained node pools. (#2968)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-31 13:37:33 -08:00
The Magician
742c060dcc Add timeouts to container node pool docs, add timeouts to examples. (#2969)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-31 12:52:08 -08:00
The Magician
51bf6f432a [Terraform] ip_address.0.time_to_retire it's not optional (#2965)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-30 13:03:51 -08:00
The Magician
d12e425d9f Native Update Mask support (#2818)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-30 12:37:52 -08:00
The Magician
ced540ceca Add hostname field to compute_instance (#2952)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-29 09:44:21 -08:00
Thomas Poindessous
60264e386c Fix PG docs as PG 9.6 is GA (#2948)
I think that PG 9_6 support is GA now : https://cloud.google.com/sql/docs/release-notes#april_2018
2019-01-28 15:00:16 -08:00
Riley Karson
d5f2c0005a
Update CHANGELOG.md 2019-01-28 14:41:53 -08:00
The Magician
385ac491f4 Add service_account_email to google_cloudfunctions_function (#2947)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-28 14:39:37 -08:00
The Magician
08c73f2754 Standardize import for instance group manager. (#2946)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-28 14:00:05 -08:00
Riley Karson
9aa57f2f6f
Update CHANGELOG.md 2019-01-28 13:53:47 -08:00
The Magician
05d558d33f Add disable_dependent_services to google_project_service resource. (#2938)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-28 13:50:41 -08:00
Riley Karson
e37b94efe5
Update CHANGELOG.md 2019-01-28 11:27:21 -08:00
The Magician
6b0fceb3c9 Delete GCS objects in parallel (#2944)
<!-- This change is generated by MagicModules. -->
/cc @sethvargo
2019-01-28 11:26:13 -08:00
Riley Karson
33628a508e
Update vendoring in CONTRIBUTING (#2945)
I'll mirror to TPGB on approval
2019-01-28 11:15:38 -08:00
The Magician
661cf81bc3 [Terraform] Gcloud scheduler (#2930)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-28 10:18:02 -08:00
The Magician
719b3304c4 change test assertions to match new values (#2940)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-25 16:29:12 -08:00
The Magician
f32cfb5cb3 Fix container wait operations (#2941)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-25 16:28:54 -08:00
The Magician
cf489d4909 Adding nil guards to the wait operations (#2936)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-25 13:03:43 -08:00
Nathan McKinley
d1f1222c01
Fix vendor directory. (#2932)
* The problem was symlinks all along!  Revendor.

* modclean and revendor again.
2019-01-25 10:10:36 -08:00
The Magician
b2bcc2f255 Catch bad state in common and compute operations (#2931)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-25 09:29:24 -08:00
The Magician
6779f4dbf4 Ci test fixes (#2925)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-24 13:22:22 -08:00
The Magician
a464c5e6e1 Add more descriptive error message for conflict errors. (#2921)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-24 10:27:46 -08:00
The Magician
5760fafc3b Fix map in Random provider in SSLCert OiCS example. (#2919)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-24 08:30:04 -08:00
The Magician
094b1bc673 Rename some files to match intended names (#2920)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-23 18:08:41 -08:00
Nathan McKinley
808775c12c
update to hashicorp/go-getter (#2922)
* update to hashicorp/go-getter

* go mod vendor.

* go mod tidy
2019-01-23 18:07:01 -08:00
The Magician
7d309fce05 [Terraform] new option "scopes" to define OAuth scopes for provider (#2888)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-23 16:35:17 -08:00
The Magician
e533068957 add ForceNew to firewall direction field. (#2917)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-23 16:19:03 -08:00
The Magician
6e5bd62ee6 Guard self links inside google_compute_backend_service (#2918)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-23 14:41:55 -08:00
Riley Karson
a1eb3d17cc
Update CHANGELOG.md 2019-01-23 13:18:57 -08:00
The Magician
c8abf0ce03 Add a computed name field to google_storage_bucket_object (#2914)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-23 13:17:33 -08:00