Skip to content

Commit 0b647a3

Browse files
danielcomptonrosbo
authored andcommitted
Warn about ip_version with ip_address in global forwarding rule (#616)
If you try and specify them together you will get this error: google_compute_global_forwarding_rule.your-rule: Error creating Global Forwarding Rule: googleapi: Error 400: Invalid value for field 'resource.ipVersion': 'IPV4'. Both IP Version and IP Address cannot be specified., invalid
1 parent 1f9c9aa commit 0b647a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/r/compute_global_forwarding_rule.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ The following arguments are supported:
101101

102102
* `ip_version` - (Optional)
103103
The IP Version that will be used by this resource's address. One of `"IPV4"` or `"IPV6"`.
104+
You cannot provide this and `ip_address`.
104105

105106
- - -
106107

0 commit comments

Comments
 (0)