Commit Graph

1003 Commits

Author SHA1 Message Date
The Magician
20391bd842 Add location / node_locations fields to GKE (#3114)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-13 09:32:46 -07:00
The Magician
2b7ccc86ae Terraform: Add managed ssl cert to documentation sidebar. (#3225)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-12 14:15:43 -07:00
The Magician
d6776584c1 contributor: Fix typo (#3219)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-12 13:45:48 -07:00
The Magician
fedf04325b Generate google_compute_network using Magic Modules (#3203)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-08 08:34:57 -08:00
Eduardo
fdc7355a91 Referenced outputs do not match the actual state (#2515)
On testing dataproc resource the output as per the documentation gives an error.
Upon inspection of the state, this shows as nested lists instead of nested maps, so updated to match.
2019-03-07 09:02:38 -08:00
Ross Vandegrift
ea77a3fe04 Clarify account_id param (#2590)
Service accounts do not have a field named `id`, but they have a few fields with `Id` in the name.  This clarifies what terraform actually needs.
2019-03-07 09:02:20 -08:00
Andreas Sekine
d3d73d4850 Fix BigQuery Dataset markdown (#2994)
While rendered as intended by Github, the bullets are lost on the documentation's site
2019-03-07 09:01:19 -08:00
Stuart Sandine
dc80787c18 Docs update: container_node_pool allows min_node_count of zero (#3001)
I was pleasantly surprised to find that it works ok to set `min_node_count` to zero. But the docs say it must be at least one, so this PR proposes a tweak to update that.

More context, from https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler:

> Beginning with Kubernetes version 1.7, you can specify a minimum size of zero for your node pool. This allows your node pool to scale down completely if the instances within aren't required to run your workloads. However, while a node pool can scale to a zero size, the overall cluster size does not scale down to zero nodes (as at least one node is always required to run system Pods).
2019-03-07 08:59:09 -08:00
Brandon Ooi
2be27894a5 Documentation note about creating TXT records longer than 255 characters. (#3058)
Common issue with 2048-bit DKIM records.
2019-03-07 08:56:09 -08:00
Marcin Kołda
7573f65a56 Documentation: fixed TF syntax in google_iam_policy example (#3083)
I found some TF syntax errors in google_iam_policy data source, so here's the fix.
2019-03-07 08:55:36 -08:00
David Rubin
10d1e8b052 Fix code block for dns_record_set (#3090)
This reverts the following PR #2495 

Fixes the following broken code block

<img width="907" alt="screenshot 2019-02-20 17 22 47" src="https://user-images.githubusercontent.com/237513/53106898-44c76300-3534-11e9-8429-c6e114d67c5b.png">

Is this the correct place to fix it? or is this file generated magically?
2019-03-07 08:54:39 -08:00
rob salmond
c4ad45113c Minor but important typo. (#3095)
Pretty sure this needs to be `s/organization_id/folder_id/`.
2019-03-07 08:54:13 -08:00
Gilad Salmon
137eafa684 reposoitory --> repository (#3061)
Fixes spelling mistake.
2019-03-07 08:53:33 -08:00
Conor Gilsenan
82e6e48723 Google compute instance doc updates (#3115)
* Clean up description of access_config block

* format whitespace

* Add default values and doc relationship between fields.

Attempting to create an instance with:

```
scheduling {
  preemptible = true
}
```

yields the following error (whitespace reformatted):

```
Error: Error applying plan:

1 error(s) occurred:

* google_compute_instance.test: 1 error(s) occurred:

* google_compute_instance.test: Error creating instance: googleapi: Error 400:
                                Invalid value for field
                                'resource.scheduling.preemptible': 'true'.
                                Scheduling must have preemptible be false when
                                AutomaticRestart is true., invalid
```

Documenting the default values for each field and the relationship
between then will help users avoid this error.
2019-03-07 08:52:06 -08:00
Conor Gilsenan
c49323aac5 Explain why scopes are required (#3116)
Scopes are the legacy way to assign permissions
to an instance, so it was incredibly confusing
for a first time GCP user why this field is required.

This updates the terraform docs to explain this briefly
and link to the Google docs which state that this field
is still required  (presumably, for legacy reasons).
2019-03-07 08:51:01 -08:00
Laurent Raufaste
8780090a65 Small typo (#3131) 2019-03-07 08:50:12 -08:00
Joseph Lewis III
58cdd9cd3a fix binary_log_enabled description (#3166)
the binary_log_enabled description was referencing an invalid field.

The text from the proto definition on [cloud.google.com](https://cloud.google.com/sql/docs/mysql/admin-api/v1beta4/instances/insert) is "Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well."
2019-03-07 08:49:39 -08:00
Ross Vandegrift
29a407dea3 Clarify network_policy_config default (#3187)
network_policy_config defaults to `disabled = true`.  To enable it, the user must explicitly add `disabled = false`.

Fixes #1709
2019-03-07 08:48:59 -08:00
The Magician
9dc1a66171 Allow fuzzy matching GKE versions in the GKE version datasource (#3199)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-06 15:12:33 -08:00
The Magician
1f5deb662b Add retention duraction, retain acked message to pubsub (#3193)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-06 13:52:21 -08:00
The Magician
11bb321219 Add ACM docs to sidebar (#3175)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-06 12:54:07 -08:00
The Magician
3afd2373df [TF] Enable GA Cloud Scheduler (#3188)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-05 13:44:21 -08:00
The Magician
705a9a754d Just don't set remove_node_pool on import (#3180)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-04 18:03:58 -08:00
The Magician
e0704943fc Fix accidentally reverted OiCS changes (#3186)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-04 16:11:03 -08:00
The Magician
946f3b77c7 Add Cloud TPU Nodes (#3179)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-04 16:07:10 -08:00
The Magician
17086fed49 Update API default change date for VPC Native GKE (#3182)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-04 14:45:38 -08:00
The Magician
ca0866a1b6 Versioned OiCS Examples / Generated tests (#3167)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-04 14:28:08 -08:00
The Magician
749e6b0281 Make VPC Native configurable in GKE (#3174)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-04 14:08:40 -08:00
The Magician
08a2b15746 Add a datasource for retrieving a list of projects (#3178)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-04 13:58:27 -08:00
The Magician
84902cc34e Only set remove_default_node_pool for import if false - fixes TF tests (#3169)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-01 15:45:21 -08:00
The Magician
bc91f6be60 Add a computed field for uptime check id (#3138)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-01 09:22:16 -08:00
The Magician
1a5624c8ea Specify CIDR block sizes for GKE cluster subnets (#3145)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-28 21:19:29 -08:00
The Magician
0ef9ea8520 Use new output_name variable in Storage Object ACL docs (#3118)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-28 16:36:56 -08:00
The Magician
190601fe38 Improve docs for Cloud Build (#3125)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-28 16:05:52 -08:00
The Magician
77c086de1c [TF] GKE Cluster - fix import on some convenience fields (#3146)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-28 13:08:55 -08:00
The Magician
f86dc20650 Clarify auto_create_network documentation. (#3144)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-27 15:52:55 -08:00
The Magician
3d36a173f3 Add docs for storage bucket object to sidebar (#3119)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-25 16:56:34 -08:00
The Magician
29bfc64c85 Changes ancillary to adding managed SSL certs. (#3106)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-25 13:45:37 -08:00
The Magician
dff7b250c1 Add a datasource for retrieving the client email from OpenID Connect (#3103)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-25 12:39:12 -08:00
The Magician
82f0251ce1 timeout is now passed to operation wait (#3082)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-21 17:53:27 -08:00
The Magician
474006caff Clarify private / public SQL IP docs (#3094)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-20 14:26:34 -08:00
The Magician
10be93463d Add convenience outputs for public/private IP in Cloud SQL (#3091)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-20 11:06:20 -08:00
The Magician
2950923ee6 Generate Pubsub Topics/Subscriptions with MM (+add labels) (#3043)
<!-- This change is generated by MagicModules. -->
/cc @drebes
2019-02-19 15:10:44 -08:00
The Magician
5a4bb8f299 Note that service account creation is eventually consistent. (#3081)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-19 14:22:12 -08:00
The Magician
44ba598a4f Add an example for private DNS Managed Zones (#2735)
<!-- This change is generated by MagicModules. -->
/cc @drebes
2019-02-15 14:44:07 -08:00
The Magician
c5df1527ae Note version is required for beta IGM version (#3047)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-15 14:25:03 -08:00
The Magician
8fb69aea88 Add self_link to subnetwork datasource (#3040)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-15 10:26:44 -08:00
The Magician
a76eefdf7f Add Bigtable column_family to the upgrade guide (#3054)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-15 10:20:53 -08:00
The Magician
25cac70b17 Add Cloud Scheduler to the sidebar. (#3057)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-14 13:30:55 -08:00
The Magician
1584010a61 Clarify Private Google Access docs on Subnetwork. (#3019)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-14 12:50:52 -08:00
The Magician
4631fa5651 Fix private_cluster and master_ipv4_cidr_block in upgrade guide
<!-- This change is generated by MagicModules. -->
/cc @pdecat
2019-02-14 08:50:55 -08:00
The Magician
bf10d4f553 Add extended memory to docs for custom instance machine types (#3046)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-13 16:39:23 -08:00
The Magician
9f7ecb5006 Add a downgrade guide to the upgrade guide (#3042)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-13 12:09:12 -08:00
The Magician
eafa256669 Update the 2.0.0 Upgrade Guide, misc. other docs (#3031)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-11 15:24:23 -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
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
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
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
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
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
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
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
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
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
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
The Magician
62fe98fb0a Change default boot disk size to 15g for dataproc (#2911)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-22 16:53:36 -08:00
The Magician
f2649bcbdb Add vlan tag and subnet candidates to Interconnect Attachments. (#2882)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-22 13:05:11 -08:00
The Magician
738bdb9aac Initial autogeneration of Spanner instance in Terraform. (#2892)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-22 12:35:59 -08:00
The Magician
5a06139281 fixes to updating node versions (#2872)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-18 09:59:11 -08:00
The Magician
30fe927df6 Data Sources for KMS Key Ring and Key (#2891)
<!-- This change is generated by MagicModules. -->
/cc @kierachell
2019-01-17 16:12:22 -08:00
The Magician
b2142b4bcc Clarify that the website is shared between both provider versions (#2881)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-17 09:13:02 -08:00
The Magician
4cae2edbc5 Add custom flatten for monitoring channel labels (#2879)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-16 15:48:55 -08:00
The Magician
7ff156006f Initial addition of generated spanner database to terraform. (#2812)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-16 13:42:38 -08:00
The Magician
bb4697dd87 Make Disk KMS features GA (#2884)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-16 11:52:33 -08:00
The Magician
411bf089d1 Fix typo in Cloud NAT documentation (#2883)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-15 17:39:05 -08:00
The Magician
5845ae4d38 Fix documentation around iam member imports (#2865)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-11 17:23:56 -08:00
The Magician
d36fbb5ac6 Fix typo in google_compute_security_policy docs (#2864)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-11 14:29:49 -08:00
The Magician
3e0df87bff Remove old gcompute wording (#2853)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-10 08:33:09 -08:00
The Magician
7fc6743a9d Remove old-style Terraform examples (#2848)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-10 07:36:33 -08:00
The Magician
54dd3ad6e4 Skip acceptance tests during non-acceptance runs. (#2852)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-09 18:46:59 -08:00
The Magician
cbfef5e68c Contributor: dataproc encryption (#2840)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-09 16:13:42 -08:00
The Magician
766a71aaf6 Rename (unreleased) google_appengine_firewall_rule to google_app_engine_firewall_rule (#2849)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-09 16:02:11 -08:00
The Magician
d38b58be10 Add import to folder IAM policy docs (#2845)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-09 15:14:58 -08:00
The Magician
d620a648bf Add timePartitioning.requirePartitionFilter to bigquery table (#2815)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-08 14:19:59 -08:00
The Magician
c727484c29 Clarify note in storage bucket docs about enabling compute api (#2817)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-01-08 12:31:12 -08:00
The Magician
43d40f4065 Change IAM binding to be authoritative (#2764)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-04 15:30:22 -08:00
The Magician
505cb42d01 Add cloudbuild trigger to update guide (#2808)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-04 14:52:42 -08:00
The Magician
4ecc56a301 Autogenerate google_cloudbuild_trigger (#2790) 2019-01-04 13:47:52 -08:00
The Magician
48a2cf8a27 Restore the deprecated list splat syntax. (#2801)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-01-04 13:36:10 -08:00
The Magician
181dafe6d7 Autogenerate google_sourcerepo_repository (#2797) 2019-01-03 16:53:43 -08:00
The Magician
a0d8ac5646 clean up import syntax (#2789)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-03 13:12:01 -08:00
The Magician
ccf676022e Export data.google_compute_default_service_account.name (#2778) 2019-01-03 12:57:57 -08:00
The Magician
75f54dce7c update broken references in router nat docs (#2784)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-02 17:32:59 -08:00
The Magician
b4a0e9652b Add import to cloudrepo docs (#2783)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2019-01-02 16:52:31 -08:00
The Magician
ff66afb6e8 Add Appengine's firewall rules. (#2738) 2019-01-02 16:44:08 -08:00
The Magician
692d36cb3f Initial addition of generated Image to Terraform. (#2769) 2019-01-02 16:05:38 -08:00
sam hagan
00f87a3da2 update google_sql_database_instance private IP example docs (#2763)
Updated sql documentation for invalid names.
2019-01-02 10:27:48 -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
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
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
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
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
Scott Jungwirth
aaf55a5455 Fix invalid website example code: r/compute_router_nat.html (#2717) 2018-12-26 10:53:57 -08:00
The Magician
e44f505943 Add affinityCookieTtlSec property in google_compute_backend_service (#2741) 2018-12-21 16:54:17 -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
e9aebb8b15 Add support for Audit Configs (#2687) 2018-12-20 21:36:11 -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
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
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
The Magician
593156e918 Add data source for cloud bucket object (#2657)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2018-12-20 17:22:22 -08:00
The Magician
2bbb07767b Various updates to the upgrade guide (#2674)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
219bd09496 Mark the deleted field computed in google_project_iam_custom_role (#2619)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
42eee720ed Remove deprecated fields from Snapshot (#2624) 2018-12-20 17:22:22 -08:00
The Magician
12d4c1e862 Update Terraform provider versions doc. (#2670)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
15545be1c3 clarify docs around service account id (#2663)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-12-20 17:22:22 -08:00
The Magician
0cb07dccc8 add sql private ip to ga provider (#2662) 2018-12-20 17:22:22 -08:00
Nathan McKinley
1cb5ea1734 add support for requester_pays to google_storage_bucket 2018-12-20 17:22:22 -08:00
The Magician
eca7ab673c add inherit_from_parent to all org policy resources (#2653)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-12-20 17:22:22 -08:00
The Magician
fab02ea478 add souce repo support to cloud functions (#2650) 2018-12-20 17:22:22 -08:00
The Magician
21271a65e3 Adding default timeouts to sync MM resources (#2569) 2018-12-20 17:22:22 -08:00
The Magician
b0d5dee643 Add tags set conversion to upgrade guide (#2651) 2018-12-20 17:22:22 -08:00
The Magician
01fe89b4fe mark tpu config as beta (#2642) 2018-12-20 17:22:22 -08:00
The Magician
5fea92fadf allow cross-project imports for sql user (#2632)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-12-20 17:22:22 -08:00
The Magician
5e0ab711fb extract vpn tunnel region/project from vpn gateway (#2640)
<!-- This change is generated by MagicModules. -->
/cc @danawillow
2018-12-20 17:22:22 -08:00
The Magician
b003a0d134 Add docs for beta field google_container_cluster.tpu_ipv4_cidr_block
Inspec attribute changes (#2636)
2018-12-20 17:22:22 -08:00
The Magician
7a3f96ad28 Allowing GlobalAddress.address to be settable (#2618)
<!-- This change is generated by MagicModules. -->
/cc @chrisst
2018-12-20 17:22:22 -08:00
The Magician
0e27ae79e3 Add docs about using lifecycle when recreating instance groups (#2620)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
77e87d0f9b Remove google_compute_instance*.address (#2595)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
e75a957aba Remove update_strategy from rigm. (#2594)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
35bc6ba882 Add node_config properties to version_2_upgrade.html.markdown (#2602)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
ed96a76569 Add google_organization_custom_role to version_2_upgrade.html.markdown (#2598)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
46b08ed82d Make google_organization_custom_role.deleted computed (#2596)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
c6f02a1e88 Fix google_container_cluster docs about fields gone GA (#2597)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
8dec82d35f Deprecate convenience fields in google_compute_snapshot (#2572)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
076571c882 Add docs for new cloud composer beta fields and use beta api everywhere (#2573) 2018-12-20 17:22:22 -08:00
The Magician
1bafe6b8e0 added ignored_files and included_files to google_cloudbuild_trigger (#2553) 2018-12-20 17:22:22 -08:00
The Magician
fb1fd69cc6 Add 'image_uri' to dataproc cluster definition. (#2548) 2018-12-20 17:22:22 -08:00
The Magician
e73a45ffbb Add support for content-based load balancing to google_compute_health_check (#2550)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2018-12-20 17:22:22 -08:00
The Magician
717300e974 Add documentation for new resource_compute_router_nat to Terraform provider (#2545)
<!-- This change is generated by MagicModules. -->
/cc @cornmander
2018-12-20 17:22:22 -08:00