global_address ipv6 uses v1 api

global_forwarding_rule ipv6 uses v1 api
Update documentation
This commit is contained in:
Vincent Roseberry 2017-09-25 15:16:54 -07:00 committed by Vincent Roseberry
parent 27a99c7dab
commit d35b92086a
4 changed files with 5 additions and 9 deletions

View File

@ -12,7 +12,7 @@ import (
)
var GlobalAddressBaseApiVersion = v1
var GlobalAddressVersionedFeatures = []Feature{Feature{Version: v0beta, Item: "ip_version"}}
var GlobalAddressVersionedFeatures = []Feature{}
func resourceComputeGlobalAddress() *schema.Resource {
return &schema.Resource{

View File

@ -13,7 +13,6 @@ import (
var GlobalForwardingRuleBaseApiVersion = v1
var GlobalForwardingRuleVersionedFeatures = []Feature{
{Version: v0beta, Item: "ip_version"},
{Version: v0beta, Item: "labels"},
}

View File

@ -33,10 +33,7 @@ The following arguments are supported:
* `project` - (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.
- - -
* `ip_version` - (Optional, [Beta](/docs/providers/google/index.html#beta-features))
The IP Version that will be used by this address. One of `"IPV4"` or `"IPV6"`.
* `ip_version` - (Optional) The IP Version that will be used by this address. One of `"IPV4"` or `"IPV6"`.
## Attributes Reference

View File

@ -96,11 +96,11 @@ The following arguments are supported:
* `project` - (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.
- - -
* `ip_version` - (Optional, [Beta](/docs/providers/google/index.html#beta-features))
* `ip_version` - (Optional)
The IP Version that will be used by this resource's address. One of `"IPV4"` or `"IPV6"`.
- - -
* `labels` - (Optional, [Beta](/docs/providers/google/index.html#beta-features))
A set of key/value label pairs to assign to the resource.