We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e208b2a commit 2a0d551Copy full SHA for 2a0d551
docs/r/compute_target_tcp_proxy.html.markdown
@@ -51,11 +51,11 @@ The following arguments are supported:
51
52
* `backend_service` - (Required) The URL of a Backend Service resource to receive the matched traffic.
53
54
+- - -
55
+
56
* `proxy_header` - (Optional) Type of proxy header to append before sending
57
data to the backend, either NONE or PROXY_V1 (default NONE).
58
-- - -
-
59
* `description` - (Optional) A description of this resource. Changing this
60
forces a new resource to be created.
61
@@ -70,3 +70,11 @@ exported:
70
* `proxy_id` - A unique ID assigned by GCE.
71
72
* `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