@cloud-copilot/iam-collect 0.1.148 → 0.1.150
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.
package/README.md
CHANGED
|
@@ -19,6 +19,7 @@ Get every possible policy in any set of AWS accounts. This is built to run out o
|
|
|
19
19
|
11. [History](docs/History.md)
|
|
20
20
|
12. [Supported Services and Data](#supported-services-and-data)
|
|
21
21
|
13. [Using AWS Config as a Data Source](docs/AwsConfig.md)
|
|
22
|
+
14. [Deploying iam-collect at Scale with Terraform](infrastructure_as_code/terraform/README.md)
|
|
22
23
|
|
|
23
24
|
## iam-collect Tenets
|
|
24
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-collect",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.150",
|
|
4
4
|
"description": "Collect IAM information from AWS Accounts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"clean": "rm -rf dist",
|
|
25
25
|
"test": "npx vitest --run --coverage",
|
|
26
26
|
"release": "npm install && npm run clean && npm run build && npm test && npm run format-check && npm publish",
|
|
27
|
-
"format": "npx prettier --write src/",
|
|
27
|
+
"format": "npx prettier --write src/ infrastructure_as_code/",
|
|
28
28
|
"format-check": "npx prettier --check src/"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|