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: modules/fscloud/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ This module creates default coarse-grained CBR rules in a given account followin
6
6
- ROKS -> KMS
7
7
- Activity Tracker route -> COS
8
8
- VPCs where clusters are deployed -> COS
9
+
- IS (VPC Infrastructure Services) -> COS
9
10
- VPCs -> container registry
10
11
- All ICD -> KMS
11
12
- IKS -> IS (VPC Infrastructure Services)
@@ -52,6 +53,7 @@ The services 'compliance', 'directlink', 'iam-groups', 'containers-kubernetes',
52
53
| <aname="input_allow_cos_to_kms"></a> [allow\_cos\_to\_kms](#input\_allow\_cos\_to\_kms)| Set rule for COS to KMS, default is true |`bool`|`true`| no |
53
54
| <aname="input_allow_icd_to_kms"></a> [allow\_icd\_to\_kms](#input\_allow\_icd\_to\_kms)| Set rule for ICD to KMS, deafult is true |`bool`|`true`| no |
54
55
| <aname="input_allow_iks_to_is"></a> [allow\_iks\_to\_is](#input\_allow\_iks\_to\_is)| Set rule for IKS to IS (VPC Infrastructure Services), default is true |`bool`|`true`| no |
56
+
| <aname="input_allow_is_to_cos"></a> [allow\_is\_to\_cos](#input\_allow\_is\_to\_cos)| Set rule for IS (VPC Infrastructure Services) to COS, default is true |`bool`|`true`| no |
55
57
| <aname="input_allow_roks_to_kms"></a> [allow\_roks\_to\_kms](#input\_allow\_roks\_to\_kms)| Set rule for ROKS to KMS, default is true |`bool`|`true`| no |
56
58
| <aname="input_allow_vpcs_to_container_registry"></a> [allow\_vpcs\_to\_container\_registry](#input\_allow\_vpcs\_to\_container\_registry)| Set rule for VPCs to container registry, default is true |`bool`|`true`| no |
57
59
| <aname="input_allow_vpcs_to_cos"></a> [allow\_vpcs\_to\_cos](#input\_allow\_vpcs\_to\_cos)| Set rule for VPCs to COS, default is true |`bool`|`true`| no |
0 commit comments