Skip to content

Commit 2a0d551

Browse files
authored
Add import support to google_compute_target_tcp_proxy (hashicorp#534)
1 parent e208b2a commit 2a0d551

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/r/compute_target_tcp_proxy.html.markdown

+10-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ The following arguments are supported:
5151

5252
* `backend_service` - (Required) The URL of a Backend Service resource to receive the matched traffic.
5353

54+
- - -
55+
5456
* `proxy_header` - (Optional) Type of proxy header to append before sending
5557
data to the backend, either NONE or PROXY_V1 (default NONE).
5658

57-
- - -
58-
5959
* `description` - (Optional) A description of this resource. Changing this
6060
forces a new resource to be created.
6161

@@ -70,3 +70,11 @@ exported:
7070
* `proxy_id` - A unique ID assigned by GCE.
7171

7272
* `self_link` - The URI of the created resource.
73+
74+
## Import
75+
76+
TCP proxy can be imported using the `name`, e.g.
77+
78+
```
79+
$ terraform import google_compute_target_tcp_proxy.default test
80+
```

0 commit comments

Comments
 (0)