Skip to content

Commit 2dd4a00

Browse files
authored
Add Beta support & Beta feature ip_version to google_compute_global_forwarding_rule (hashicorp#265)
* Add versioned Beta support to google_compute_global_forwarding_rule. * Add Beta support for ip_version in google_compute_global_forwarding_rule. * Temporary commit with compute_shared_operation.go changes. * Added a test to see if v1 GFR is still IPV4, moved to a TestCheckFunc * This API returns the original self links, but let's make sure we don't diff.
1 parent 633e2eb commit 2dd4a00

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/r/compute_global_forwarding_rule.html.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ The following arguments are supported:
9696
* `project` - (Optional) The project in which the resource belongs. If it
9797
is not provided, the provider project is used.
9898

99+
- - -
100+
101+
* `ip_version` - (Optional, Beta) The IP Version that will be used by this address.
102+
One of `"IPV4"` or `"IPV6"`.
103+
99104
## Attributes Reference
100105

101106
In addition to the arguments listed above, the following computed attributes are

0 commit comments

Comments
 (0)