Commit Graph

3464 Commits

Author SHA1 Message Date
The Magician
d65a35062a wait for instances in deleteDetachIGM test (#2759) 2018-12-28 08:44:23 -08:00
The Magician
7e829e0b10 Fix the test check in rigm datasource. (#2757) 2018-12-27 13:33:05 -08:00
The Magician
890744d34a Change alert threshold to something less sensitive (#2758)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2018-12-27 13:07:42 -08:00
The Magician
082ba50b52 Update config formatting that no longer works in 0.12 (#2756)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-27 10:14:07 -08:00
Riley Karson
f0953ea41e
Update CHANGELOG.md 2018-12-27 10:09:11 -08:00
The Magician
a1e5c4fff0 Add support for protection_level to google_kms_crypto_key (#2751)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-27 10:07:51 -08:00
The Magician
2ab6d1995f Add = to map declarations in examples/tests (#2755)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-27 07:51:23 -08:00
Riley Karson
ea84b247c5
Update CHANGELOG.md 2018-12-26 18:02:37 -08:00
The Magician
a3caf90b4f Make google_compute_router_nat's source_ip_ranges_to_nat Required (#2749)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-26 18:00:46 -08:00
The Magician
91a513ab83 clean up operation code (#2734) 2018-12-26 17:42:37 -08:00
The Magician
4a706f7225 upgrade monitoring tests to 0.12 syntax (#2754)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2018-12-26 15:44:30 -08:00
Nathan McKinley
e55e6a403f
Revert "Update hashicorp/terraform to 0.12-alpha4. (#2744)" (#2752)
This reverts commit b89618ccaa, containing
0.12-alpha4, which is broken.  Sets don't seem to work, and neither do
many resources.
2018-12-26 13:43:19 -08:00
Slava Maslennikov
d3f107e79e Specify that attach_disk can be used multiple times (#2549)
I'm actually still largely unclear if that's a proper usage of the `attach_disk` block, as current docs mention it's a "list" of disks - though, that didn't see to work for me, at least judging by the plan terraform spit out.
2018-12-26 13:30:22 -08:00
The Magician
963f81f51c Changes ancillary to adding istio and cloudrun to container cluster. (#2748) 2018-12-26 11:47:51 -08:00
Nathan McKinley
b89618ccaa
Update hashicorp/terraform to 0.12-alpha4. (#2744) 2018-12-26 10:59:22 -08:00
Scott Jungwirth
aaf55a5455 Fix invalid website example code: r/compute_router_nat.html (#2717) 2018-12-26 10:53:57 -08:00
Dana Hoffman
96a83f11cf
Update CHANGELOG.md 2018-12-21 18:06:09 -08:00
The Magician
569d7403a0 add trigger_id to cloudbuild_build_trigger, send it on update (#2743) 2018-12-21 18:01:55 -08:00
The Magician
2b2e00771b fix sql user tests after changing import format (#2742)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-12-21 17:22:40 -08:00
The Magician
42ed54ae92 fix TestAccComputeVpnTunnel_regionFromGateway (#2740)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-12-21 17:20:57 -08:00
The Magician
e44f505943 Add affinityCookieTtlSec property in google_compute_backend_service (#2741) 2018-12-21 16:54:17 -08:00
Paddy
3ee26a1184
Update CHANGELOG.md 2018-12-21 15:41:54 -08:00
The Magician
4768f3dd47 Add fine-grained audit config for projects. (#2731) 2018-12-21 15:39:58 -08:00
Dana Hoffman
8e515c9363
Update CHANGELOG.md 2018-12-21 12:25:15 -08:00
Mike Fowler
305d3483a5 Additional bigquery locations (#2566)
* Add new regional BigQuery locations.

Three more regional locations are supported by BigQuery however the
current validation rejects them.

* Document new regional locations of BigQuery

* More regions have since been added.

$ make testacc TEST=./google TESTARGS='-run=TestAccBigQueryDataset'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 TF_SCHEMA_PANIC_ON_ERROR=1 go test ./google -v -run=TestAccBigQueryDataset -timeout 120m -ldflags="-X=github.com/terraform-providers/terraform-provider-google/version.ProviderVersion=acc"
=== RUN   TestAccBigQueryDataset_basic
=== RUN   TestAccBigQueryDataset_access
=== RUN   TestAccBigQueryDataset_regionalLocation
--- PASS: TestAccBigQueryDataset_basic (7.77s)
--- PASS: TestAccBigQueryDataset_access (13.74s)
--- PASS: TestAccBigQueryDataset_regionalLocation (93.68s)
PASS
ok      github.com/terraform-providers/terraform-provider-google/google 93.731s
2018-12-21 12:24:12 -08:00
The Magician
6ee10e3bf3 Check for errors in import ID parsing. (#2733) 2018-12-21 10:31:32 -08:00
Paddy
ca2abf2aab
Update CHANGELOG.md 2018-12-20 21:37:30 -08:00
The Magician
e9aebb8b15 Add support for Audit Configs (#2687) 2018-12-20 21:36:11 -08:00
Paddy
961c878e0d Switch to using Go modules. (#2679)
Switch to using Go modules.

This migrates our vendor.json to use Go 1.11's modules system, and
replaces the vendor folder with the output of go mod vendor.

The vendored code should remain basically the same; I believe some
tree shaking of packages and support scripts/licenses/READMEs/etc.
happened.

This also fixes Travis and our Makefile to no longer use govendor.
2018-12-20 17:22:22 -08:00
Riley Karson
90ab904e15 Update CHANGELOG.md 2018-12-20 17:22:22 -08:00
The Magician
4f298a29d2 Add resource_storage_transfer_job (#2707)
<!-- This change is generated by MagicModules. -->
/cc @akramhussein
2018-12-20 17:22:22 -08:00
The Magician
9406c61e43 Add num local ssds and boot disk types to preemptible worker config (#2696) 2018-12-20 17:22:22 -08:00
The Magician
ef5aa8eb2c Fixes non-symmetric backtick (#2724)
<!-- This change is generated by MagicModules. -->
/cc @Chupaka
2018-12-20 17:22:22 -08:00
The Magician
f8dec8bcfd Require a provider zone to be set in tests (#2720)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
Michael Parker
9f33f7bda7 fix: incorrect resource name in CHANGELOG (#2721)
typo fix for `google_compute_router_nat` in the 1.20 release changelog
2018-12-20 17:22:22 -08:00
The Magician
069a2d89e9 Add missing stackdriver group to website sidebar (#2697)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2018-12-20 17:22:22 -08:00
The Magician
78e61e80b6 [Terraform]: Run AccessContextManager tests serially in CI (#2718) 2018-12-20 17:22:22 -08:00
The Magician
9ee205e82e Add docs about how to import with google-beta (#2706)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
Dana Hoffman
931a1ad0cb Update changelog in 2.0.0 branch with 1.20.0 release info (#2704)
* add 1.20.0 section to changelog

* remove entries from 2.0.0 that are in 1.20.0
2018-12-20 17:22:22 -08:00
Dana Hoffman
b8f7802144 Update CHANGELOG.md 2018-12-20 17:22:22 -08:00
The Magician
ccd73f3bb6 fix disk behaivor in compute_instance_from_template (#2695) 2018-12-20 17:22:22 -08:00
Riley Karson
cfbe351e4a Update CHANGELOG.md 2018-12-20 17:22:22 -08:00
The Magician
23b44b5ae5 Add google_storage_transfer_project_service_account data_source (#2692)
<!-- This change is generated by MagicModules. -->
/cc @akramhussein
2018-12-20 17:22:22 -08:00
Riley Karson
f39137c5d3 Update CHANGELOG.md 2018-12-20 17:22:22 -08:00
The Magician
e85600ff00 Add support for google_access_context_manager_service_perimeter (#2691)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
Riley Karson
6ad854a589 Update CHANGELOG.md
Fyi @ndmckinley
2018-12-20 17:22:22 -08:00
Riley Karson
3743b189aa Update CHANGELOG.md 2018-12-20 17:22:22 -08:00
The Magician
9582532556 Remove inferred zone from region on Disk import (#2694)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
Riley Karson
f4ed0939df Update CHANGELOG.md 2018-12-20 17:22:22 -08:00
The Magician
9e9524af70 Remove inferred region from igm (#2693)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00