You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add network_attachment on gce instance data source (#9856) (#6891)
* addition of network attachament field on GCE instance data source
* remove of unnecessary part of code that add network_attachemtn
[upstream:c011b040df99388289bb7819db455e5559678acf]
Signed-off-by: Modular Magician <[email protected]>
Copy file name to clipboardExpand all lines: website/docs/d/compute_instance.html.markdown
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,8 @@ The following arguments are supported:
159
159
160
160
*`alias_ip_range` - An array of alias IP ranges for this network interface. Structure [documented below](#nested_alias_ip_range).
161
161
162
+
*`network_attachment` - [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) The URL of the network attachment to this interface.
0 commit comments