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
compute: added `FIXED_STANDARD` as a valid value to the field `network_interface.0.access_configs.0.network_tier` of `google_compute_instance_template` resource
3
+
```
4
+
```release-note:enhancement
5
+
compute: added `STANDARD` as a valid value to the field `network_interface.0.ipv6_access_configs.0.network_tier` of `google_compute_instance_template` resource
6
+
```
7
+
```release-note:enhancement
8
+
compute: added `FIXED_STANDARD` as a valid value to the field `network_interface.0.access_configs.0.network_tier` of `google_compute_instance` resource
9
+
```
10
+
```release-note:enhancement
11
+
compute: added `STANDARD` as a valid value to the field `network_interface.0.ipv6_access_configs.0.network_tier` of `google_compute_instance` resource
Description: `The IP address that will be 1:1 mapped to the instance's network ip. If not given, one will be generated.`,
366
366
},
367
367
"network_tier": {
368
-
Type: schema.TypeString,
369
-
Optional: true,
370
-
Computed: true,
371
-
ForceNew: true,
372
-
Description: `The networking tier used for configuring this instance template. This field can take the following values: PREMIUM or STANDARD. If this field is not specified, it is assumed to be PREMIUM.`,
Description: `The networking tier used for configuring this instance template. This field can take the following values: PREMIUM, STANDARD, FIXED_STANDARD. If this field is not specified, it is assumed to be PREMIUM.`,
374
373
},
375
374
// Possibly configurable- this was added so we don't break if it's inadvertently set
0 commit comments