Skip to content

Commit 1dde5ac

Browse files
authored
Merge pull request #176 from Sander0542/fix/replace-list-with-set
Replace List with Set
2 parents 5f26e07 + fdddc77 commit 1dde5ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+64
-64
lines changed

docs/data-sources/certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data "nginxproxymanager_certificate" "certificate" {
2929
### Read-Only
3030

3131
- `created_on` (String) The date and time the certificate was created.
32-
- `domain_names` (List of String) The domain names associated with the certificate.
32+
- `domain_names` (Set of String) The domain names associated with the certificate.
3333
- `expires_on` (String) The date and time the certificate expires.
3434
- `meta` (Map of String, Sensitive) The meta data associated with the certificate.
3535
- `modified_on` (String) The date and time the certificate was last modified.

docs/data-sources/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data "nginxproxymanager_certificates" "certificates" {}
3030
Read-Only:
3131

3232
- `created_on` (String) The date and time the certificate was created.
33-
- `domain_names` (List of String) The domain names associated with the certificate.
33+
- `domain_names` (Set of String) The domain names associated with the certificate.
3434
- `expires_on` (String) The date and time the certificate expires.
3535
- `id` (Number) The Id of the certificate.
3636
- `meta` (Map of String, Sensitive) The meta data associated with the certificate.

docs/data-sources/dead_host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data "nginxproxymanager_dead_host" "host" {
3131
- `advanced_config` (String) The advanced configuration used by the dead host.
3232
- `certificate_id` (Number) The Id of the certificate used by the dead host.
3333
- `created_on` (String) The date and time the dead host was created.
34-
- `domain_names` (List of String) The domain names associated with the dead host.
34+
- `domain_names` (Set of String) The domain names associated with the dead host.
3535
- `enabled` (Boolean) Whether the dead host is enabled.
3636
- `hsts_enabled` (Boolean) Whether HSTS is enabled for the dead host.
3737
- `hsts_subdomains` (Boolean) Whether HSTS is enabled for subdomains of the dead host.

docs/data-sources/dead_hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Read-Only:
3232
- `advanced_config` (String) The advanced configuration used by the dead host.
3333
- `certificate_id` (Number) The Id of the certificate used by the dead host.
3434
- `created_on` (String) The date and time the dead host was created.
35-
- `domain_names` (List of String) The domain names associated with the dead host.
35+
- `domain_names` (Set of String) The domain names associated with the dead host.
3636
- `enabled` (Boolean) Whether the dead host is enabled.
3737
- `hsts_enabled` (Boolean) Whether HSTS is enabled for the dead host.
3838
- `hsts_subdomains` (Boolean) Whether HSTS is enabled for subdomains of the dead host.

docs/data-sources/proxy_host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ data "nginxproxymanager_proxy_host" "host" {
3535
- `caching_enabled` (Boolean) Whether caching is enabled for the proxy host.
3636
- `certificate_id` (Number) The Id of the certificate used by the proxy host.
3737
- `created_on` (String) The date and time the proxy host was created.
38-
- `domain_names` (List of String) The domain names associated with the proxy host.
38+
- `domain_names` (Set of String) The domain names associated with the proxy host.
3939
- `enabled` (Boolean) Whether the proxy host is enabled.
4040
- `forward_host` (String) The host used to forward requests to the proxy host.
4141
- `forward_port` (Number) The port used to forward requests to the proxy host.

docs/data-sources/proxy_hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Read-Only:
3636
- `caching_enabled` (Boolean) Whether caching is enabled for the proxy host.
3737
- `certificate_id` (Number) The Id of the certificate used by the proxy host.
3838
- `created_on` (String) The date and time the proxy host was created.
39-
- `domain_names` (List of String) The domain names associated with the proxy host.
39+
- `domain_names` (Set of String) The domain names associated with the proxy host.
4040
- `enabled` (Boolean) Whether the proxy host is enabled.
4141
- `forward_host` (String) The host used to forward requests to the proxy host.
4242
- `forward_port` (Number) The port used to forward requests to the proxy host.

docs/data-sources/redirection_host.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ data "nginxproxymanager_redirection_hosts" "hosts" {}
3030
- `block_exploits` (Boolean) Whether exploits are blocked for the redirection host.
3131
- `certificate_id` (Number) The Id of the certificate used by the redirection host.
3232
- `created_on` (String) The date and time the redirection host was created.
33-
- `domain_names` (List of String) The domain names associated with the redirection host.
33+
- `domain_names` (Set of String) The domain names associated with the redirection host.
3434
- `enabled` (Boolean) Whether the redirection host is enabled.
3535
- `forward_domain_name` (String) The domain name used to forward requests to the redirection host.
3636
- `forward_http_code` (Number) The HTTP code used to forward requests to the redirection host.

docs/data-sources/redirection_hosts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Read-Only:
3535
- `block_exploits` (Boolean) Whether exploits are blocked for the redirection host.
3636
- `certificate_id` (Number) The Id of the certificate used by the redirection host.
3737
- `created_on` (String) The date and time the redirection host was created.
38-
- `domain_names` (List of String) The domain names associated with the redirection host.
38+
- `domain_names` (Set of String) The domain names associated with the redirection host.
3939
- `enabled` (Boolean) Whether the redirection host is enabled.
4040
- `forward_domain_name` (String) The domain name used to forward requests to the redirection host.
4141
- `forward_http_code` (Number) The HTTP code used to forward requests to the redirection host.

docs/data-sources/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ data "nginxproxymanager_user" "user" {
3636
- `name` (String) The name of the user.
3737
- `nickname` (String) The nickname of the user.
3838
- `permissions` (Attributes) The permissions of the user. (see [below for nested schema](#nestedatt--permissions))
39-
- `roles` (List of String) The roles of the user.
39+
- `roles` (Set of String) The roles of the user.
4040

4141
<a id="nestedatt--permissions"></a>
4242
### Nested Schema for `permissions`

docs/data-sources/user_me.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ data "nginxproxymanager_user_me" "user_me" {}
3131
- `name` (String) The name of the user.
3232
- `nickname` (String) The nickname of the user.
3333
- `permissions` (Attributes) The permissions of the user. (see [below for nested schema](#nestedatt--permissions))
34-
- `roles` (List of String) The roles of the user.
34+
- `roles` (Set of String) The roles of the user.
3535

3636
<a id="nestedatt--permissions"></a>
3737
### Nested Schema for `permissions`

0 commit comments

Comments
 (0)