Skip to content

Commit 89cfcd8

Browse files
apricotejooola
andauthored
docs(floating-ip): explain when server_id is required (#978)
Related to #977 --------- Co-authored-by: Jonas L. <jooola@users.noreply.github.com>
1 parent c021793 commit 89cfcd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/floating_ip.html.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ resource "hcloud_floating_ip" "master" {
2929

3030
- `type` - (Required, string) Type of the Floating IP. `ipv4` `ipv6`
3131
- `name` - (Optional, string) Name of the Floating IP.
32-
- `server_id` - (Optional, int) Server to assign the Floating IP to.
33-
- `home_location` - (Optional, string) Name of home location (routing is optimized for that location). Optional if server_id argument is passed.
32+
- `server_id` - (Optional, int) Server to assign the Floating IP to. Optional if `home_location` argument is passed.
33+
- `home_location` - (Optional, string) Name of home location (routing is optimized for that location). Optional if `server_id` argument is passed.
3434
- `description` - (Optional, string) Description of the Floating IP.
3535
- `labels` - (Optional, map) User-defined labels (key-value pairs) should be created with.
3636
- `delete_protection` - (Optional, bool) Enable or disable delete protection. See ["Delete Protection"](../index.html.markdown#delete-protection) in the Provider Docs for details.

0 commit comments

Comments
 (0)