Skip to content

Commit

Permalink
update infrastructure template for test
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Nov 18, 2024
1 parent 900281a commit b8259bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions capm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b8259bc

Please sign in to comment.