Skip to content

Commit

Permalink
change tagging conditions user cft
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitrajak1807 committed Sep 26, 2024
1 parent 4dd738e commit e22ecc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emp/emp_user_cftemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ Resources:
StringEquals:
aws:RequestTag/emp.pf9.io: owned
StringLike:
aws:RequestTag/emp.pf9.io/baremetalpool: '*'
aws:RequestTag/emp.pf9.io/namespace: '*'
aws:RequestTag/emp.pf9.io/ns/org-*/bmtpool/*: owned
aws:RequestTag/emp.pf9.io/ns/org-*: owned
- Action:
- elasticfilesystem:DescribeFileSystems
- elasticfilesystem:CreateMountTarget
Expand All @@ -349,8 +349,8 @@ Resources:
StringEquals:
aws:ResourceTag/emp.pf9.io: owned
StringLike:
aws:ResourceTag/emp.pf9.io/namespace: '*'
aws:ResourceTag/emp.pf9.io/baremetalpool: '*'
aws:ResourceTag/emp.pf9.io/ns/org-*: owned
aws:ResourceTag/emp.pf9.io/ns/org-*/bmtpool/*: owned
- Action:
- elasticfilesystem:TagResource
Effect: Allow
Expand Down

0 comments on commit e22ecc2

Please sign in to comment.