mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(aws): review and expand notes
This commit is contained in:
@@ -548,12 +548,14 @@ Requirements:
|
||||
"Resource": "arn:aws:ecs:eu-west-1:012345678901:cluster/devel",
|
||||
"Condition": {
|
||||
"StringEquals": {
|
||||
"aws:ResourceTag/application": "appName",
|
||||
"StringEquals": {
|
||||
"ecs:container-name": "nginx"
|
||||
}
|
||||
"aws:ResourceTag/application": "someApp",
|
||||
"aws:ResourceTag/component": [
|
||||
"someComponent",
|
||||
"someOtherComponent"
|
||||
],
|
||||
"ecs:container-name": "nginx"
|
||||
}
|
||||
},
|
||||
}
|
||||
}]
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user