Skip to content

Commit

Permalink
OCM-11732 | fix: Reapplying tags
Browse files Browse the repository at this point in the history
  • Loading branch information
den-rgb committed Oct 16, 2024
1 parent 6e9d6f8 commit bf96a23
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${Name}-Public-Subnet-1"
- Key: 'rosa_managed_policies'
Value: 'true'
- Key: 'rosa_hcp_policies'
Value: 'true'
- Key: 'service'
Value: 'ROSA'
- Key: 'kubernetes.io/role/elb'
Value: '1'

SubnetPrivate1:
Condition: One
Expand All @@ -155,6 +163,14 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${Name}-Private-Subnet-1"
- Key: 'rosa_managed_policies'
Value: 'true'
- Key: 'rosa_hcp_policies'
Value: 'true'
- Key: 'service'
Value: 'ROSA'
- Key: 'kubernetes.io/role/internal-elb'
Value: '1'

SubnetPublic2:
Condition: Two
Expand All @@ -167,6 +183,14 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${Name}-Public-Subnet-2"
- Key: 'rosa_managed_policies'
Value: 'true'
- Key: 'rosa_hcp_policies'
Value: 'true'
- Key: 'service'
Value: 'ROSA'
- Key: 'kubernetes.io/role/elb'
Value: '1'

SubnetPrivate2:
Condition: Two
Expand All @@ -178,6 +202,14 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${Name}-Private-Subnet-2"
- Key: 'rosa_managed_policies'
Value: 'true'
- Key: 'rosa_hcp_policies'
Value: 'true'
- Key: 'service'
Value: 'ROSA'
- Key: 'kubernetes.io/role/internal-elb'
Value: '1'

SubnetPublic3:
Condition: HasAZ3
Expand All @@ -190,6 +222,14 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${Name}-Public-Subnet-3"
- Key: 'rosa_managed_policies'
Value: 'true'
- Key: 'rosa_hcp_policies'
Value: 'true'
- Key: 'service'
Value: 'ROSA'
- Key: 'kubernetes.io/role/elb'
Value: '1'

SubnetPrivate3:
Condition: HasAZ3
Expand All @@ -201,6 +241,14 @@ Resources:
Tags:
- Key: Name
Value: !Sub "${Name}-Private-Subnet-3"
- Key: 'rosa_managed_policies'
Value: 'true'
- Key: 'rosa_hcp_policies'
Value: 'true'
- Key: 'service'
Value: 'ROSA'
- Key: 'kubernetes.io/role/internal-elb'
Value: '1'

PublicSubnetRouteTableAssociation1:
Condition: One
Expand Down

0 comments on commit bf96a23

Please sign in to comment.