Skip to content

Commit ce76366

Browse files
authored
Add Beta support & Beta feature ip_version to google_compute_global_address (hashicorp#250)
* Make google_compute_global_address a versioned resource with Beta support. * Added Beta support for ip_version in google_compute_global_address. * Move checks to TestCheckFuncs, add a regression test for IPV4 on v1 resources. * Consolidated TestCheckFuncs to a single function. * Add missing return statement. * Fix IPV4 test * Clarified comment.
1 parent 2dd4a00 commit ce76366

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/r/compute_global_address.html.markdown

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

36+
- - -
37+
38+
* `ip_version` - (Optional, Beta) The IP Version that will be used by this address.
39+
One of `"IPV4"` or `"IPV6"`.
40+
3641
## Attributes Reference
3742

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

0 commit comments

Comments
 (0)