Commit Graph

3693 Commits

Author SHA1 Message Date
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
Riley Karson
95d5a0d053
Update CHANGELOG.md 2019-03-06 15:14:08 -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
Riley Karson
03f8e667be
Update CHANGELOG.md 2019-03-06 13:53:27 -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
Riley Karson
92dff97bbc
Update CHANGELOG.md 2019-03-06 13:05:13 -08:00
The Magician
cc1c019166 Safely access maps in storage transfer (#3185)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-03-06 13:02:01 -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
Riley Karson
2c4f6d56bb
Update CHANGELOG.md 2019-03-06 12:06:57 -08:00
The Magician
f9598c4b81 Handle instances not found in attached disk resource (#3183)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-06 12:05:40 -08:00
The Magician
b9eb735747 Homogenize flatteners in PubSub. (#3197)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-06 11:05:10 -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
a3f794685e [terraform] Add sensitive_content argument to resource_storage_bucket_object (#3192)
<!-- This change is generated by MagicModules. -->
/cc @rcoy-v
2019-03-05 09:04:28 -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
emily
efe8f34ac2
Update CHANGELOG.md 2019-03-04 17:24:31 -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
Riley Karson
7bb5003918
Update CHANGELOG.md 2019-03-04 14:10:05 -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
Riley Karson
5e77548407
Update CHANGELOG.md 2019-03-04 13:59:29 -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
4f7decf1e0 Changes ancillary to supporting the Terraform mapper. (#3177)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-04 12:56:25 -08:00
The Magician
f467ebf665 [Terraform] DNS Policies (#3170)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-04 12:32:41 -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
Nathan McKinley
255b75467e
Update CHANGELOG.md 2019-03-01 12:05:54 -08:00
The Magician
226692d3ca Remember to set gcr domain in AppEngine Read. (#3149)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-01 12:03:51 -08:00
The Magician
c727bc458c Handle operation timeouts, if it's the gcp api that's timing out. (#3159)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-03-01 12:03:36 -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
Riley Karson
b7eda7b151
Update CHANGELOG.md 2019-02-28 16:50:31 -08:00
The Magician
c8c685e316 Detach disk based on API information instead of state. (#3154)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-28 16:49:14 -08:00
The Magician
a9452a9a1d Allow empty string encryption key name in both 0.11 and 0.12. (#3148)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-28 16:41:40 -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
Riley Karson
9ff66c4283
Revert the 0.12 SDK (#3158)
We aren't ready to release a `0.12` SDK based build because of these issues:

• https://github.com/hashicorp/terraform/issues/20505https://github.com/hashicorp/terraform/issues/20507https://github.com/hashicorp/terraform/issues/20506https://github.com/hashicorp/terraform/issues/20504
2019-02-28 16:33:44 -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
Riley Karson
dbccb93095
Update CHANGELOG.md 2019-02-28 16:03:49 -08:00
The Magician
d694589b0b Add back Computed to subnetwork datasource's self_link (#3156)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-28 16:02:45 -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
1496810ca6 Autogen for region read, cloud scheduler examples (#3147)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-28 10:11:57 -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
f6fc6d271a Fix the 3rd occurence of old ig instances interpolation syntax (#3142)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-27 14:32:01 -08:00
The Magician
56cc99719d [Terraform] Fix our usage of file in tests. (#3141)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-27 13:59:23 -08:00
The Magician
6c562d7cea 0.12 Test config fixes (#3139)
<!-- This change is generated by MagicModules. -->
/cc @rileykarson
2019-02-27 13:45:18 -08:00
Paddy
42b2d22ae5
Update to new 0.12 tag. (#3130) 2019-02-26 15:25:34 -08:00