@agilecustoms/envctl 0.23.1 → 0.23.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.
@@ -4,7 +4,8 @@ import { AbortedException, KnownException, ProcessException } from '../exception
4
4
  const MAX_ATTEMPTS = 2;
5
5
  const RETRYABLE_ERRORS = [
6
6
  'ConcurrentModificationException',
7
- 'public policies are blocked by the BlockPublicPolicy block public access setting'
7
+ 'public policies are blocked by the BlockPublicPolicy block public access setting',
8
+ 'operation error Lambda: AddPermission, https response error StatusCode: 404',
8
9
  ];
9
10
  export class TerraformAdapter {
10
11
  processRunner;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.23.1",
4
+ "version": "0.23.2",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {