Skip to content

Commit c982630

Browse files
v1.0.6
v1.0.6
1 parent b052648 commit c982630

File tree

791 files changed

+53058
-11314
lines changed

Some content is hidden

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

791 files changed

+53058
-11314
lines changed

docs/data-sources/address.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -60,31 +60,24 @@ output "address_data_source_results" {
6060

6161
### Optional
6262

63+
- `device` (String) The device in which the resource is defined
64+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
65+
- `folder` (String) The folder in which the resource is defined
66+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
6367
- `name` (String) The name of the address object
68+
- `snippet` (String) The snippet in which the resource is defined
69+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
6470
6571
### Read-Only
6672

6773
- `description` (String) The description of the address object
68-
- `device` (String) The device in which the resource is defined
69-
70-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
71-
- `folder` (String) The folder in which the resource is defined
72-
73-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
7474
- `fqdn` (String) Fully qualified domain name
75-
7675
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
7776
- `ip_netmask` (String) IP address with or without CIDR notation
78-
7977
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
8078
- `ip_range` (String) Ip range
81-
8279
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
8380
- `ip_wildcard` (String) IP wildcard mask
84-
8581
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
86-
- `snippet` (String) The snippet in which the resource is defined
87-
88-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
8982
- `tag` (List of String) Tags assocaited with the address object
9083
- `tfid` (String) The Terraform ID.

docs/data-sources/address_group.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,20 @@ output "address_group_outputs" {
3939

4040
### Optional
4141

42+
- `device` (String) The device in which the resource is defined
43+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
44+
- `folder` (String) The folder in which the resource is defined
45+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
4246
- `name` (String) The name of the address group
47+
- `snippet` (String) The snippet in which the resource is defined
48+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
4349
4450
### Read-Only
4551

4652
- `description` (String) Description
47-
- `device` (String) The device in which the resource is defined
48-
49-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
5053
- `dynamic` (Attributes) Dynamic
51-
5254
> ℹ️ **Note:** You must specify exactly one of `dynamic` and `static`. (see [below for nested schema](#nestedatt--dynamic))
53-
- `folder` (String) The folder in which the resource is defined
54-
55-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
56-
- `snippet` (String) The snippet in which the resource is defined
57-
58-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
5955
- `static` (List of String) Static
60-
6156
> ℹ️ **Note:** You must specify exactly one of `dynamic` and `static`.
6257
- `tag` (List of String) Tags for address group object
6358
- `tfid` (String) The Terraform ID.

docs/data-sources/address_group_list.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,20 @@ Required:
7575

7676
Optional:
7777

78+
- `device` (String) The device in which the resource is defined
79+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
80+
- `folder` (String) The folder in which the resource is defined
81+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
7882
- `name` (String) The name of the address group
83+
- `snippet` (String) The snippet in which the resource is defined
84+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
7985
8086
Read-Only:
8187

8288
- `description` (String) Description
83-
- `device` (String) The device in which the resource is defined
84-
85-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
8689
- `dynamic` (Attributes) Dynamic
87-
8890
> ℹ️ **Note:** You must specify exactly one of `dynamic` and `static`. (see [below for nested schema](#nestedatt--data--dynamic))
89-
- `folder` (String) The folder in which the resource is defined
90-
91-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
92-
- `snippet` (String) The snippet in which the resource is defined
93-
94-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
9591
- `static` (List of String) Static
96-
9792
> ℹ️ **Note:** You must specify exactly one of `dynamic` and `static`.
9893
- `tag` (List of String) Tags for address group object
9994
- `tfid` (String) The Terraform ID.

docs/data-sources/address_list.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,31 +75,24 @@ Required:
7575

7676
Optional:
7777

78+
- `device` (String) The device in which the resource is defined
79+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
80+
- `folder` (String) The folder in which the resource is defined
81+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
7882
- `name` (String) The name of the address object
83+
- `snippet` (String) The snippet in which the resource is defined
84+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
7985
8086
Read-Only:
8187

8288
- `description` (String) The description of the address object
83-
- `device` (String) The device in which the resource is defined
84-
85-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
86-
- `folder` (String) The folder in which the resource is defined
87-
88-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
8989
- `fqdn` (String) Fully qualified domain name
90-
9190
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
9291
- `ip_netmask` (String) IP address with or without CIDR notation
93-
9492
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
9593
- `ip_range` (String) Ip range
96-
9794
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
9895
- `ip_wildcard` (String) IP wildcard mask
99-
10096
> ℹ️ **Note:** You must specify exactly one of `fqdn`, `ip_netmask`, `ip_range`, and `ip_wildcard`.
101-
- `snippet` (String) The snippet in which the resource is defined
102-
103-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
10497
- `tag` (List of String) Tags assocaited with the address object
10598
- `tfid` (String) The Terraform ID.

docs/data-sources/aggregate_interface.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,22 @@ output "aggregate_interface_data_source_results" {
4040

4141
### Optional
4242

43+
- `device` (String) The device in which the resource is defined
44+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
45+
- `folder` (String) The folder in which the resource is defined
46+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
4347
- `name` (String) Aggregate interface name
48+
- `snippet` (String) The snippet in which the resource is defined
49+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
4450
4551
### Read-Only
4652

4753
- `comment` (String) Aggregate interface description
4854
- `default_value` (String) Default interface assignment
49-
- `device` (String) The device in which the resource is defined
50-
51-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
52-
- `folder` (String) The folder in which the resource is defined
53-
54-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
5555
- `layer2` (Attributes) Layer2
56-
5756
> ℹ️ **Note:** You must specify exactly one of `layer2` and `layer3`. (see [below for nested schema](#nestedatt--layer2))
5857
- `layer3` (Attributes) Aggregate Interface Layer 3 configuration
59-
6058
> ℹ️ **Note:** You must specify exactly one of `layer2` and `layer3`. (see [below for nested schema](#nestedatt--layer3))
61-
- `snippet` (String) The snippet in which the resource is defined
62-
63-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
6459
- `tfid` (String) The Terraform ID.
6560

6661
<a id="nestedatt--layer2"></a>
@@ -93,11 +88,9 @@ Read-Only:
9388
- `arp` (Attributes List) Aggregate Ethernet ARP configuration (see [below for nested schema](#nestedatt--layer3--arp))
9489
- `ddns_config` (Attributes) Dynamic DNS configuration specific to the Aggregate Interface. (see [below for nested schema](#nestedatt--layer3--ddns_config))
9590
- `dhcp_client` (Attributes) Aggregate Ethernet DHCP Client Object
96-
9791
> ℹ️ **Note:** You must specify exactly one of `dhcp_client` and `ip`. (see [below for nested schema](#nestedatt--layer3--dhcp_client))
9892
- `interface_management_profile` (String) Interface management profile
9993
- `ip` (Attributes List) Aggregate Interface IP addresses
100-
10194
> ℹ️ **Note:** You must specify exactly one of `dhcp_client` and `ip`. (see [below for nested schema](#nestedatt--layer3--ip))
10295
- `lacp` (Attributes) Lacp (see [below for nested schema](#nestedatt--layer3--lacp))
10396
- `mtu` (Number) MTU

docs/data-sources/aggregate_interface_list.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -52,27 +52,22 @@ Required:
5252

5353
Optional:
5454

55+
- `device` (String) The device in which the resource is defined
56+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
57+
- `folder` (String) The folder in which the resource is defined
58+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
5559
- `name` (String) Aggregate interface name
60+
- `snippet` (String) The snippet in which the resource is defined
61+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
5662
5763
Read-Only:
5864

5965
- `comment` (String) Aggregate interface description
6066
- `default_value` (String) Default interface assignment
61-
- `device` (String) The device in which the resource is defined
62-
63-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
64-
- `folder` (String) The folder in which the resource is defined
65-
66-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
6767
- `layer2` (Attributes) Layer2
68-
6968
> ℹ️ **Note:** You must specify exactly one of `layer2` and `layer3`. (see [below for nested schema](#nestedatt--data--layer2))
7069
- `layer3` (Attributes) Aggregate Interface Layer 3 configuration
71-
7270
> ℹ️ **Note:** You must specify exactly one of `layer2` and `layer3`. (see [below for nested schema](#nestedatt--data--layer3))
73-
- `snippet` (String) The snippet in which the resource is defined
74-
75-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
7671
- `tfid` (String) The Terraform ID.
7772

7873
<a id="nestedatt--data--layer2"></a>
@@ -105,11 +100,9 @@ Read-Only:
105100
- `arp` (Attributes List) Aggregate Ethernet ARP configuration (see [below for nested schema](#nestedatt--data--layer3--arp))
106101
- `ddns_config` (Attributes) Dynamic DNS configuration specific to the Aggregate Interface. (see [below for nested schema](#nestedatt--data--layer3--ddns_config))
107102
- `dhcp_client` (Attributes) Aggregate Ethernet DHCP Client Object
108-
109103
> ℹ️ **Note:** You must specify exactly one of `dhcp_client` and `ip`. (see [below for nested schema](#nestedatt--data--layer3--dhcp_client))
110104
- `interface_management_profile` (String) Interface management profile
111105
- `ip` (Attributes List) Aggregate Interface IP addresses
112-
113106
> ℹ️ **Note:** You must specify exactly one of `dhcp_client` and `ip`. (see [below for nested schema](#nestedatt--data--layer3--ip))
114107
- `lacp` (Attributes) Lacp (see [below for nested schema](#nestedatt--data--layer3--lacp))
115108
- `mtu` (Number) MTU

docs/data-sources/anti_spyware_profile.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,22 @@ output "scm_anti_spyware_profile_output" {
3939

4040
### Optional
4141

42+
- `device` (String) The device in which the resource is defined
43+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
44+
- `folder` (String) The folder in which the resource is defined
45+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
4246
- `name` (String) The name of the anti-spyware profile
47+
- `snippet` (String) The snippet in which the resource is defined
48+
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
4349
4450
### Read-Only
4551

4652
- `cloud_inline_analysis` (Boolean) Cloud inline analysis
4753
- `description` (String) Description
48-
- `device` (String) The device in which the resource is defined
49-
50-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
51-
- `folder` (String) The folder in which the resource is defined
52-
53-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
5454
- `inline_exception_edl_url` (List of String) Inline exception edl url
5555
- `inline_exception_ip_address` (List of String) Inline exception ip address
5656
- `mica_engine_spyware_enabled` (Attributes List) Mica engine spyware enabled (see [below for nested schema](#nestedatt--mica_engine_spyware_enabled))
5757
- `rules` (Attributes List) Rules (see [below for nested schema](#nestedatt--rules))
58-
- `snippet` (String) The snippet in which the resource is defined
59-
60-
> ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
6158
- `tfid` (String) The Terraform ID.
6259
- `threat_exception` (Attributes List) Threat exception (see [below for nested schema](#nestedatt--threat_exception))
6360

@@ -88,25 +85,18 @@ Read-Only:
8885
Read-Only:
8986

9087
- `alert` (Attributes) Alert
91-
9288
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--alert))
9389
- `allow` (Attributes) Allow
94-
9590
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--allow))
9691
- `block_ip` (Attributes) anti spyware profiles rules action block ip
97-
9892
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--block_ip))
9993
- `drop` (Attributes) Drop
100-
10194
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--drop))
10295
- `reset_both` (Attributes) Reset both
103-
10496
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--reset_both))
10597
- `reset_client` (Attributes) Reset client
106-
10798
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--reset_client))
10899
- `reset_server` (Attributes) Reset server
109-
110100
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--rules--action--reset_server))
111101
112102
<a id="nestedatt--rules--action--alert"></a>
@@ -161,28 +151,20 @@ Read-Only:
161151
Read-Only:
162152

163153
- `alert` (Attributes) Alert
164-
165154
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--alert))
166155
- `allow` (Attributes) Allow
167-
168156
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--allow))
169157
- `block_ip` (Attributes) anti spyware profiles threat exception action block ip
170-
171158
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--block_ip))
172159
- `default` (Attributes) Default
173-
174160
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--default))
175161
- `drop` (Attributes) Drop
176-
177162
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--drop))
178163
- `reset_both` (Attributes) Reset both
179-
180164
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--reset_both))
181165
- `reset_client` (Attributes) Reset client
182-
183166
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--reset_client))
184167
- `reset_server` (Attributes) Reset server
185-
186168
> ℹ️ **Note:** You must specify exactly one of `alert`, `allow`, `block_ip`, `default`, `drop`, `reset_both`, `reset_client`, and `reset_server`. (see [below for nested schema](#nestedatt--threat_exception--action--reset_server))
187169
188170
<a id="nestedatt--threat_exception--action--alert"></a>

0 commit comments

Comments
 (0)