Skip to content

Commit 5bdfcca

Browse files
chore(deps): update ci dependencies (#538)
1 parent 88ab3e3 commit 5bdfcca

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ You need the following permissions to run this module.
123123

124124
| Name | Description | Type | Default | Required |
125125
|------|-------------|------|---------|:--------:|
126-
| <a name="input_addresses"></a> [addresses](#input\_addresses) | (List) The list of addresses in the zone | <pre>list(object({<br> type = optional(string)<br> value = optional(string)<br> ref = optional(object({<br> account_id = string<br> location = optional(string)<br> service_instance = optional(string)<br> service_name = optional(string)<br> service_type = optional(string)<br> }))<br> }))</pre> | `[]` | no |
126+
| <a name="input_addresses"></a> [addresses](#input\_addresses) | (List) The list of addresses in the zone | <pre>list(object({<br/> type = optional(string)<br/> value = optional(string)<br/> ref = optional(object({<br/> account_id = string<br/> location = optional(string)<br/> service_instance = optional(string)<br/> service_name = optional(string)<br/> service_type = optional(string)<br/> }))<br/> }))</pre> | `[]` | no |
127127
| <a name="input_enforcement_mode"></a> [enforcement\_mode](#input\_enforcement\_mode) | (String) The rule enforcement mode | `string` | `"report"` | no |
128-
| <a name="input_excluded_addresses"></a> [excluded\_addresses](#input\_excluded\_addresses) | (Optional, List) The list of excluded addresses in the zone | <pre>list(object({<br> type = optional(string)<br> value = optional(string)<br> }))</pre> | `[]` | no |
128+
| <a name="input_excluded_addresses"></a> [excluded\_addresses](#input\_excluded\_addresses) | (Optional, List) The list of excluded addresses in the zone | <pre>list(object({<br/> type = optional(string)<br/> value = optional(string)<br/> }))</pre> | `[]` | no |
129129
| <a name="input_name"></a> [name](#input\_name) | (Optional, String) The name of the zone | `string` | `null` | no |
130-
| <a name="input_operations"></a> [operations](#input\_operations) | (Optional, List) The operations this rule applies to | <pre>list(object({<br> api_types = list(object({<br> api_type_id = string<br> }))<br> }))</pre> | <pre>[<br> {<br> "api_types": [<br> {<br> "api_type_id": "crn:v1:bluemix:public:context-based-restrictions::::api-type:"<br> }<br> ]<br> }<br>]</pre> | no |
131-
| <a name="input_resources"></a> [resources](#input\_resources) | (Optional, List) The resources this rule apply to | <pre>list(object({<br> attributes = list(object({<br> name = string<br> value = string<br> operator = optional(string)<br> }))<br> tags = optional(list(object({ #These access tags should match to the target service access tags for the CBR rules to work<br> name = string<br> value = string<br> operator = optional(string)<br> })))<br> }))</pre> | `[]` | no |
132-
| <a name="input_rule_contexts"></a> [rule\_contexts](#input\_rule\_contexts) | (List) The contexts the rule applies to | <pre>list(object({<br> attributes = list(object({<br> name = string<br> value = string<br> }))<br> }))</pre> | <pre>[<br> {<br> "attributes": [<br> {<br> "name": "va",<br> "value": "va"<br> }<br> ]<br> }<br>]</pre> | no |
130+
| <a name="input_operations"></a> [operations](#input\_operations) | (Optional, List) The operations this rule applies to | <pre>list(object({<br/> api_types = list(object({<br/> api_type_id = string<br/> }))<br/> }))</pre> | <pre>[<br/> {<br/> "api_types": [<br/> {<br/> "api_type_id": "crn:v1:bluemix:public:context-based-restrictions::::api-type:"<br/> }<br/> ]<br/> }<br/>]</pre> | no |
131+
| <a name="input_resources"></a> [resources](#input\_resources) | (Optional, List) The resources this rule apply to | <pre>list(object({<br/> attributes = list(object({<br/> name = string<br/> value = string<br/> operator = optional(string)<br/> }))<br/> tags = optional(list(object({ #These access tags should match to the target service access tags for the CBR rules to work<br/> name = string<br/> value = string<br/> operator = optional(string)<br/> })))<br/> }))</pre> | `[]` | no |
132+
| <a name="input_rule_contexts"></a> [rule\_contexts](#input\_rule\_contexts) | (List) The contexts the rule applies to | <pre>list(object({<br/> attributes = list(object({<br/> name = string<br/> value = string<br/> }))<br/> }))</pre> | <pre>[<br/> {<br/> "attributes": [<br/> {<br/> "name": "va",<br/> "value": "va"<br/> }<br/> ]<br/> }<br/>]</pre> | no |
133133
| <a name="input_rule_description"></a> [rule\_description](#input\_rule\_description) | (Optional, String) The description of the rule | `string` | `null` | no |
134134
| <a name="input_zone_description"></a> [zone\_description](#input\_zone\_description) | (Optional, String) The description of the zone | `string` | `null` | no |
135135

modules/cbr-rule-module/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ No modules.
7272
| Name | Description | Type | Default | Required |
7373
|------|-------------|------|---------|:--------:|
7474
| <a name="input_enforcement_mode"></a> [enforcement\_mode](#input\_enforcement\_mode) | (String) The rule enforcement mode | `string` | `"report"` | no |
75-
| <a name="input_operations"></a> [operations](#input\_operations) | (Optional, List) The operations this rule applies to, by default it will protect all of the service and platform APIs the target service supports. | <pre>list(object({<br> api_types = list(object({<br> api_type_id = string<br> }))<br> }))</pre> | <pre>[<br> {<br> "api_types": [<br> {<br> "api_type_id": "crn:v1:bluemix:public:context-based-restrictions::::api-type:"<br> }<br> ]<br> }<br>]</pre> | no |
76-
| <a name="input_resources"></a> [resources](#input\_resources) | (List) The resources this rule apply to | <pre>list(object({<br> attributes = optional(list(object({<br> name = string<br> value = string<br> operator = optional(string)<br> })))<br> tags = optional(list(object({<br> name = string<br> value = string<br> operator = optional(string)<br> })))<br> }))</pre> | n/a | yes |
77-
| <a name="input_rule_contexts"></a> [rule\_contexts](#input\_rule\_contexts) | (List) The contexts the rule applies to | <pre>list(object({<br> attributes = optional(list(object({<br> name = string<br> value = string<br> })))<br> }))</pre> | `[]` | no |
75+
| <a name="input_operations"></a> [operations](#input\_operations) | (Optional, List) The operations this rule applies to, by default it will protect all of the service and platform APIs the target service supports. | <pre>list(object({<br/> api_types = list(object({<br/> api_type_id = string<br/> }))<br/> }))</pre> | <pre>[<br/> {<br/> "api_types": [<br/> {<br/> "api_type_id": "crn:v1:bluemix:public:context-based-restrictions::::api-type:"<br/> }<br/> ]<br/> }<br/>]</pre> | no |
76+
| <a name="input_resources"></a> [resources](#input\_resources) | (List) The resources this rule apply to | <pre>list(object({<br/> attributes = optional(list(object({<br/> name = string<br/> value = string<br/> operator = optional(string)<br/> })))<br/> tags = optional(list(object({<br/> name = string<br/> value = string<br/> operator = optional(string)<br/> })))<br/> }))</pre> | n/a | yes |
77+
| <a name="input_rule_contexts"></a> [rule\_contexts](#input\_rule\_contexts) | (List) The contexts the rule applies to | <pre>list(object({<br/> attributes = optional(list(object({<br/> name = string<br/> value = string<br/> })))<br/> }))</pre> | `[]` | no |
7878
| <a name="input_rule_description"></a> [rule\_description](#input\_rule\_description) | (Optional, String) The description of the rule | `string` | `null` | no |
7979

8080
### Outputs

modules/cbr-service-profile/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ module "cbr_rule_multi_service_profile" {
5656

5757
| Name | Description | Type | Default | Required |
5858
|------|-------------|------|---------|:--------:|
59-
| <a name="input_endpoints"></a> [endpoints](#input\_endpoints) | List specific endpoint types for target services, valid values for endpoints are 'public', 'private' or 'direct' | `list(string)` | <pre>[<br> "private"<br>]</pre> | no |
59+
| <a name="input_endpoints"></a> [endpoints](#input\_endpoints) | List specific endpoint types for target services, valid values for endpoints are 'public', 'private' or 'direct' | `list(string)` | <pre>[<br/> "private"<br/>]</pre> | no |
6060
| <a name="input_prefix"></a> [prefix](#input\_prefix) | Prefix to append to all vpc\_zone\_list, service\_ref\_zone\_list and cbr\_rule\_description created by this submodule | `string` | `"serviceprofile"` | no |
61-
| <a name="input_target_service_details"></a> [target\_service\_details](#input\_target\_service\_details) | (String) Details of the target service for which the rule has to be created | <pre>list(object({<br> target_service_name = string<br> target_rg = optional(string)<br> enforcement_mode = string<br> tags = optional(list(string))<br> }))</pre> | n/a | yes |
62-
| <a name="input_zone_service_ref_list"></a> [zone\_service\_ref\_list](#input\_zone\_service\_ref\_list) | Provide a valid service reference with the location where the context-based restriction zones are created. If no value is specified for `serviceRef_location`, the zones are not scoped to any location. | <pre>map(object({<br> serviceRef_location = optional(list(string), [])<br> }))</pre> | n/a | yes |
61+
| <a name="input_target_service_details"></a> [target\_service\_details](#input\_target\_service\_details) | (String) Details of the target service for which the rule has to be created | <pre>list(object({<br/> target_service_name = string<br/> target_rg = optional(string)<br/> enforcement_mode = string<br/> tags = optional(list(string))<br/> }))</pre> | n/a | yes |
62+
| <a name="input_zone_service_ref_list"></a> [zone\_service\_ref\_list](#input\_zone\_service\_ref\_list) | Provide a valid service reference with the location where the context-based restriction zones are created. If no value is specified for `serviceRef_location`, the zones are not scoped to any location. | <pre>map(object({<br/> serviceRef_location = optional(list(string), [])<br/> }))</pre> | n/a | yes |
6363
| <a name="input_zone_vpc_crn_list"></a> [zone\_vpc\_crn\_list](#input\_zone\_vpc\_crn\_list) | (List) VPC CRN for the zones | `list(string)` | `[]` | no |
6464

6565
### Outputs

modules/cbr-zone-module/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ No modules.
5151
| Name | Description | Type | Default | Required |
5252
|------|-------------|------|---------|:--------:|
5353
| <a name="input_account_id"></a> [account\_id](#input\_account\_id) | (Optional, String) The id of the account owning this zone | `string` | `null` | no |
54-
| <a name="input_addresses"></a> [addresses](#input\_addresses) | (List) The list of addresses in the zone | <pre>list(object({<br> type = optional(string)<br> value = optional(string)<br> ref = optional(object({<br> account_id = string<br> location = optional(string)<br> service_instance = optional(string)<br> service_name = optional(string)<br> service_type = optional(string)<br> }))<br> }))</pre> | `[]` | no |
55-
| <a name="input_excluded_addresses"></a> [excluded\_addresses](#input\_excluded\_addresses) | (Optional, List) The list of excluded addresses in the zone | <pre>list(object({<br> type = optional(string)<br> value = optional(string)<br> }))</pre> | `[]` | no |
54+
| <a name="input_addresses"></a> [addresses](#input\_addresses) | (List) The list of addresses in the zone | <pre>list(object({<br/> type = optional(string)<br/> value = optional(string)<br/> ref = optional(object({<br/> account_id = string<br/> location = optional(string)<br/> service_instance = optional(string)<br/> service_name = optional(string)<br/> service_type = optional(string)<br/> }))<br/> }))</pre> | `[]` | no |
55+
| <a name="input_excluded_addresses"></a> [excluded\_addresses](#input\_excluded\_addresses) | (Optional, List) The list of excluded addresses in the zone | <pre>list(object({<br/> type = optional(string)<br/> value = optional(string)<br/> }))</pre> | `[]` | no |
5656
| <a name="input_existing_zone_id"></a> [existing\_zone\_id](#input\_existing\_zone\_id) | Provide an existing CBR zone ID | `string` | `null` | no |
5757
| <a name="input_name"></a> [name](#input\_name) | (Optional, String) The name of the zone | `string` | `null` | no |
5858
| <a name="input_use_existing_cbr_zone"></a> [use\_existing\_cbr\_zone](#input\_use\_existing\_cbr\_zone) | Whether to update CBR zone using existing zone ID. This allows the inclusion of one or more addresses in an existing zone | `bool` | `false` | no |

0 commit comments

Comments
 (0)