Skip to content

Commit

Permalink
Docs: Add missing firewall_ids to hcloud_server resource and datasource
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
  • Loading branch information
LKaemmerling committed Jun 18, 2021
1 parent 80ee6fa commit 0cfa7c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/d/server.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ data "hcloud_server" "s_3" {
- `ipv6_network` - (string) The IPv6 network.
- `status` - (string) The status of the server.
- `labels` - (map) User-defined labels (key-value pairs)
- `firewall_ids` - (Optional, list) Firewall IDs the server is attached to.
2 changes: 2 additions & 0 deletions website/docs/r/server.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ The following arguments are supported:
- `rescue` - (Optional, string) Enable and boot in to the specified rescue system. This enables simple installation of custom operating systems. `linux64` `linux32` or `freebsd64`
- `labels` - (Optional, map) User-defined labels (key-value pairs) should be created with.
- `backups` - (Optional, boolean) Enable or disable backups.
- `firewall_ids` - (Optional, list) Firewall IDs the server should be attached to on creation.

## Attributes Reference

Expand All @@ -105,6 +106,7 @@ The following attributes are exported:
subnetwork in parallel to the server. This leads to a concurrency
issue. It is therefore necessary to use `depends_on` to link the server
to the respective subnetwork. See examples.
- `firewall_ids` - (Optional, list) Firewall IDs the server is attached to.

## Import

Expand Down

0 comments on commit 0cfa7c8

Please sign in to comment.