Skip to content

Commit

Permalink
Warn about ip_version with ip_address in global forwarding rule (hash…
Browse files Browse the repository at this point in the history
…icorp#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
  • Loading branch information
danielcompton authored and rosbo committed Jun 5, 2018
1 parent 4e08083 commit 752844a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/r/compute_global_forwarding_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ The following arguments are supported:

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

- - -

Expand Down

0 comments on commit 752844a

Please sign in to comment.