You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/0.12/TEST-0.4.0.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,37 +8,37 @@ Stuff before terraform-docs
8
8
9
9
| Name | Description | Type | Default | Required |
10
10
|------|-------------|:----:|:-----:|:-----:|
11
-
| computed_egress_rules | List of computed egress rules to create by name | list(string) |`<list>`| no |
12
-
| computed_egress_with_cidr_blocks | List of computed egress rules to create where 'cidr_blocks' is used | list(map(string)) |`<list>`| no |
13
-
| computed_egress_with_ipv6_cidr_blocks | List of computed egress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`<list>`| no |
14
-
| computed_egress_with_self | List of computed egress rules to create where 'self' is defined | list(map(string)) |`<list>`| no |
15
-
| computed_egress_with_source_security_group_id | List of computed egress rules to create where 'source_security_group_id' is used | list(map(string)) |`<list>`| no |
16
-
| computed_ingress_rules | List of computed ingress rules to create by name | list(string) |`<list>`| no |
17
-
| computed_ingress_with_cidr_blocks | List of computed ingress rules to create where 'cidr_blocks' is used | list(map(string)) |`<list>`| no |
18
-
| computed_ingress_with_ipv6_cidr_blocks | List of computed ingress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`<list>`| no |
19
-
| computed_ingress_with_self | List of computed ingress rules to create where 'self' is defined | list(map(string)) |`<list>`| no |
20
-
| computed_ingress_with_source_security_group_id | List of computed ingress rules to create where 'source_security_group_id' is used | list(map(string)) |`<list>`| no |
11
+
| computed_egress_rules | List of computed egress rules to create by name | list(string) |`[]`| no |
12
+
| computed_egress_with_cidr_blocks | List of computed egress rules to create where 'cidr_blocks' is used | list(map(string)) |`[]`| no |
13
+
| computed_egress_with_ipv6_cidr_blocks | List of computed egress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`[]`| no |
14
+
| computed_egress_with_self | List of computed egress rules to create where 'self' is defined | list(map(string)) |`[]`| no |
15
+
| computed_egress_with_source_security_group_id | List of computed egress rules to create where 'source_security_group_id' is used | list(map(string)) |`[]`| no |
16
+
| computed_ingress_rules | List of computed ingress rules to create by name | list(string) |`[]`| no |
17
+
| computed_ingress_with_cidr_blocks | List of computed ingress rules to create where 'cidr_blocks' is used | list(map(string)) |`[]`| no |
18
+
| computed_ingress_with_ipv6_cidr_blocks | List of computed ingress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`[]`| no |
19
+
| computed_ingress_with_self | List of computed ingress rules to create where 'self' is defined | list(map(string)) |`[]`| no |
20
+
| computed_ingress_with_source_security_group_id | List of computed ingress rules to create where 'source_security_group_id' is used | list(map(string)) |`[]`| no |
21
21
| create | Whether to create security group and all rules | bool |`true`| no |
| number_of_computed_egress_rules | Number of computed egress rules to create by name | number |`0`| no |
43
43
| number_of_computed_egress_with_cidr_blocks | Number of computed egress rules to create where 'cidr_blocks' is used | number |`0`| no |
44
44
| number_of_computed_egress_with_ipv6_cidr_blocks | Number of computed egress rules to create where 'ipv6_cidr_blocks' is used | number |`0`| no |
@@ -49,7 +49,7 @@ Stuff before terraform-docs
49
49
| number_of_computed_ingress_with_ipv6_cidr_blocks | Number of computed ingress rules to create where 'ipv6_cidr_blocks' is used | number |`0`| no |
50
50
| number_of_computed_ingress_with_self | Number of computed ingress rules to create where 'self' is defined | number |`0`| no |
51
51
| number_of_computed_ingress_with_source_security_group_id | Number of computed ingress rules to create where 'source_security_group_id' is used | number |`0`| no |
52
-
| tags | A mapping of tags to assign to security group | map(string) |`<map>`| no |
52
+
| tags | A mapping of tags to assign to security group | map(string) |`{}`| no |
53
53
| use_name_prefix | Whether to use name_prefix or fixed name. Should be true to able to update security group name after initial creation | bool |`true`| no |
54
54
| vpc_id | ID of the VPC where to create security group | string | - | yes |
Copy file name to clipboardExpand all lines: tests/0.12/TEST-0.4.5.md
+29-29Lines changed: 29 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,37 +7,37 @@ Stuff before terraform-docs
7
7
8
8
| Name | Description | Type | Default | Required |
9
9
|------|-------------|:----:|:-----:|:-----:|
10
-
| computed_egress_rules | List of computed egress rules to create by name | list(string) |`<list>`| no |
11
-
| computed_egress_with_cidr_blocks | List of computed egress rules to create where 'cidr_blocks' is used | list(map(string)) |`<list>`| no |
12
-
| computed_egress_with_ipv6_cidr_blocks | List of computed egress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`<list>`| no |
13
-
| computed_egress_with_self | List of computed egress rules to create where 'self' is defined | list(map(string)) |`<list>`| no |
14
-
| computed_egress_with_source_security_group_id | List of computed egress rules to create where 'source_security_group_id' is used | list(map(string)) |`<list>`| no |
15
-
| computed_ingress_rules | List of computed ingress rules to create by name | list(string) |`<list>`| no |
16
-
| computed_ingress_with_cidr_blocks | List of computed ingress rules to create where 'cidr_blocks' is used | list(map(string)) |`<list>`| no |
17
-
| computed_ingress_with_ipv6_cidr_blocks | List of computed ingress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`<list>`| no |
18
-
| computed_ingress_with_self | List of computed ingress rules to create where 'self' is defined | list(map(string)) |`<list>`| no |
19
-
| computed_ingress_with_source_security_group_id | List of computed ingress rules to create where 'source_security_group_id' is used | list(map(string)) |`<list>`| no |
10
+
| computed_egress_rules | List of computed egress rules to create by name | list(string) |`[]`| no |
11
+
| computed_egress_with_cidr_blocks | List of computed egress rules to create where 'cidr_blocks' is used | list(map(string)) |`[]`| no |
12
+
| computed_egress_with_ipv6_cidr_blocks | List of computed egress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`[]`| no |
13
+
| computed_egress_with_self | List of computed egress rules to create where 'self' is defined | list(map(string)) |`[]`| no |
14
+
| computed_egress_with_source_security_group_id | List of computed egress rules to create where 'source_security_group_id' is used | list(map(string)) |`[]`| no |
15
+
| computed_ingress_rules | List of computed ingress rules to create by name | list(string) |`[]`| no |
16
+
| computed_ingress_with_cidr_blocks | List of computed ingress rules to create where 'cidr_blocks' is used | list(map(string)) |`[]`| no |
17
+
| computed_ingress_with_ipv6_cidr_blocks | List of computed ingress rules to create where 'ipv6_cidr_blocks' is used | list(map(string)) |`[]`| no |
18
+
| computed_ingress_with_self | List of computed ingress rules to create where 'self' is defined | list(map(string)) |`[]`| no |
19
+
| computed_ingress_with_source_security_group_id | List of computed ingress rules to create where 'source_security_group_id' is used | list(map(string)) |`[]`| no |
20
20
| create | Whether to create security group and all rules | bool |`true`| no |
| number_of_computed_egress_rules | Number of computed egress rules to create by name | number |`0`| no |
42
42
| number_of_computed_egress_with_cidr_blocks | Number of computed egress rules to create where 'cidr_blocks' is used | number |`0`| no |
43
43
| number_of_computed_egress_with_ipv6_cidr_blocks | Number of computed egress rules to create where 'ipv6_cidr_blocks' is used | number |`0`| no |
@@ -48,7 +48,7 @@ Stuff before terraform-docs
48
48
| number_of_computed_ingress_with_ipv6_cidr_blocks | Number of computed ingress rules to create where 'ipv6_cidr_blocks' is used | number |`0`| no |
49
49
| number_of_computed_ingress_with_self | Number of computed ingress rules to create where 'self' is defined | number |`0`| no |
50
50
| number_of_computed_ingress_with_source_security_group_id | Number of computed ingress rules to create where 'source_security_group_id' is used | number |`0`| no |
51
-
| tags | A mapping of tags to assign to security group | map(string) |`<map>`| no |
51
+
| tags | A mapping of tags to assign to security group | map(string) |`{}`| no |
52
52
| use_name_prefix | Whether to use name_prefix or fixed name. Should be true to able to update security group name after initial creation | bool |`true`| no |
53
53
| vpc_id | ID of the VPC where to create security group | string | - | yes |
0 commit comments