@studion/infra-code-blocks 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,7 +107,7 @@ class EcsService extends pulumi.ComponentResource {
107
107
  {
108
108
  Sid: 'AllowContainerToGetSecretManagerSecrets',
109
109
  Effect: 'Allow',
110
- Action: ['secretsmanager:GetSecretValue'],
110
+ Action: ['ssm:GetParameters', 'secretsmanager:GetSecretValue'],
111
111
  Resource: '*',
112
112
  },
113
113
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studion/infra-code-blocks",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Studion common infra components",
5
5
  "keywords": [
6
6
  "infrastructure",