Skip to content

Commit

Permalink
Merge pull request hashicorp#64 from modular-magician/codegen-pr-649
Browse files Browse the repository at this point in the history
Remove files that aren't managed by magic-modules or explicitly excluded.
  • Loading branch information
nat-henderson authored Oct 30, 2018
2 parents a5f22b1 + 432a703 commit 9cd816c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 27 deletions.
6 changes: 0 additions & 6 deletions website/docs/d/datasource_compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ The following arguments are supported:

* `cpu_platform` - The CPU platform used by this instance.

* `network_interface.0.address` - (Deprecated) The internal ip address of the instance, either manually or dynamically assigned.
This attribute has been deprecated. Use `network_interface.0.network_ip` instead.

* `network_interface.0.network_ip` - The internal ip address of the instance, either manually or dynamically assigned.

* `network_interface.0.access_config.0.nat_ip` - If the instance has an access config, either the given external ip (in the `nat_ip` field) or the ephemeral (generated) ip (if you didn't provide one).
Expand Down Expand Up @@ -147,9 +144,6 @@ The `network_interface` block supports:

* `subnetwork_project` - The project in which the subnetwork belongs.

* `address` - (Deprecated) The private IP address assigned to the instance.
This attribute has been deprecated. Use `network_interface.network_ip` instead.

* `network_ip` - The private IP address assigned to the instance.

* `access_config` - Access configurations, i.e. IPs via which this
Expand Down
6 changes: 0 additions & 6 deletions website/docs/r/cloudfunctions_function.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ The following arguments are supported:

* `trigger_http` - (Optional) Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `trigger_bucket` and `trigger_topic`.

* `trigger_bucket` - (Optional) Google Cloud Storage bucket name. Every change in files in this bucket will trigger function execution. Cannot be used with `trigger_http` and `trigger_topic`.
Deprecated. Use `event_trigger` instead.

* `trigger_topic` - (Optional) Name of Pub/Sub topic. Every message published in this topic will trigger function execution with message contents passed as input data. Cannot be used with `trigger_http` and `trigger_bucket`.
Deprecated. Use `event_trigger` instead.

* `labels` - (Optional) A set of key/value label pairs to assign to the function.

* `runtime` - (Optional) The runtime in which the function is going to run. If empty, defaults to `"nodejs6"`.
Expand Down
3 changes: 0 additions & 3 deletions website/docs/r/compute_instance.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ exported:

* `cpu_platform` - The CPU platform used by this instance.

* `network_interface.0.address` - (Deprecated) The internal ip address of the instance, either manually or dynamically assigned.
This attribute has been deprecated. Use `network_interface.0.network_ip`instead.

* `network_interface.0.network_ip` - The internal ip address of the instance, either manually or dynamically assigned.

* `network_interface.0.access_config.0.nat_ip` - If the instance has an access config, either the given external ip (in the `nat_ip` field) or the ephemeral (generated) ip (if you didn't provide one).
Expand Down
3 changes: 0 additions & 3 deletions website/docs/r/container_node_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ Note: You must be provide region for regional clusters and zone for zonal cluste
* `name` - (Optional) The name of the node pool. If left blank, Terraform will
auto-generate a unique name.

* `name_prefix` - (Deprecated, Optional) Creates a unique name for the node pool beginning
with the specified prefix. Conflicts with `name`.

* `node_config` - (Optional) The node configuration of the pool. See
[google_container_cluster](container_cluster.html) for schema.

Expand Down
9 changes: 0 additions & 9 deletions website/docs/r/google_project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ The following arguments are supported:
* `skip_delete` - (Optional) If true, the Terraform resource can be deleted
without deleting the Project via the Google API.

* `policy_data` - (Deprecated) The IAM policy associated with the project.
This argument is no longer supported, and will be removed in a future version
of Terraform. It should be replaced with a `google_project_iam_policy` resource.

* `labels` - (Optional) A set of key/value label pairs to assign to the project.

* `auto_create_network` - (Optional) Create the 'default' network automatically. Default true.
Expand Down Expand Up @@ -137,11 +133,6 @@ exported:

* `number` - The numeric identifier of the project.

* `policy_etag` - (Deprecated) The etag of the project's IAM policy, used to
determine if the IAM policy has changed. Please use `google_project_iam_policy`'s
`etag` property instead; future versions of Terraform will remove the `policy_etag`
attribute

* `app_engine.0.name` - Unique name of the app, usually `apps/{PROJECT_ID}`
* `app_engine.0.url_dispatch_rule` - A list of dispatch rule blocks. Each block has a `domain`, `path`, and `service` field.
* `app_engine.0.code_bucket` - The GCS bucket code is being stored in for this app.
Expand Down

0 comments on commit 9cd816c

Please sign in to comment.