diff --git a/capm.yaml b/capm.yaml index d93335acc..6cb2ebd0d 100644 --- a/capm.yaml +++ b/capm.yaml @@ -349,6 +349,9 @@ spec: securityGroups: items: properties: + deleteDefaultOutboundRule: + description: Should the default allow all outbound rule be deleted + type: boolean description: description: The description of the security group type: string @@ -384,6 +387,9 @@ spec: resourceId: description: The security group rule id type: string + targetSecurityGroupName: + description: The name of the security group to use as target + type: string toPortRange: description: The end of the port range format: int32 diff --git a/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml b/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml index 5b33d0cb6..7372ab08b 100644 --- a/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml +++ b/test/e2e/data/infrastructure-outscale/infrastructure-components.yaml @@ -207,6 +207,9 @@ spec: securityGroups: items: properties: + deleteDefaultOutboundRule: + description: Should the default allow all outbound rule be deleted + type: boolean description: description: The description of the security group type: string @@ -239,6 +242,9 @@ spec: resourceId: description: The security group rule id type: string + targetSecurityGroupName: + description: The name of the security group to use as target + type: string toPortRange: description: The end of the port range format: int32