Skip to content

Commit 17639b7

Browse files
Revert "GA for gVNIC support (#4511)" (#4519) (#2980)
This reverts commit d63a4a8ff2b7d89e5a66739d1d3b629c8437074e. Signed-off-by: Modular Magician <[email protected]>
1 parent efabe9f commit 17639b7

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.changelog/4519.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/compute_instance_helpers.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ func expandNetworkInterfaces(d TerraformResourceData, config *Config) ([]*comput
256256
}
257257
return ifaces, nil
258258
}
259-
260259
func expandNicType(d interface{}) string {
261260
if d == nil {
262261
return ""

google-beta/resource_compute_instance_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,6 @@ func TestAccComputeInstance_multiNic(t *testing.T) {
10511051
},
10521052
})
10531053
}
1054-
10551054
func TestAccComputeInstance_nictype_update(t *testing.T) {
10561055
t.Parallel()
10571056

website/docs/r/compute_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ The `network_interface` block supports:
276276
array of alias IP ranges for this network interface. Can only be specified for network
277277
interfaces on subnet-mode networks. Structure documented below.
278278

279-
* `nic_type` - (Optional) The type of vNIC to be used on this interface.
279+
* `nic_type` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) The type of vNIC to be used on this interface.
280280
Possible values: GVNIC, VIRTIO_NET.
281281

282282
The `access_config` block supports:

0 commit comments

Comments
 (0)