From fe112c7e3f6fcd3ca6613b00decc04ffcfdaba07 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Sat, 23 Nov 2024 12:32:13 -0500 Subject: [PATCH] docs: regen readme --- README.md | 52 +++++++++++++++++++++++++++++++++++----------------- bin/p6lzctl | 7 +++++-- 2 files changed, 40 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 4e0eecb..46d9e72 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# P6's p6-lz +# P6's POSIX.2: p6-lz ## Table of Contents ## Badges [![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](https://opensource.org/licenses/Apache-2.0) -[![Mergify](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges/p6m7g8/p6-lz&style=flat)](https://mergify.io) +[![Mergify](https://img.shields.io/endpoint.svg?url=https://gh.mergify.io/badges//p6-lz/&style=flat)](https://mergify.io) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)]() ## Summary @@ -29,41 +29,59 @@ ```text . ├── README.md -├── TODO.md +├── VISION.md ├── bin │   └── p6lzctl +├── cdk.context.json ├── cdk.json -├── cdk.out ├── conf │   ├── accounts.yml │   └── ou.yml -├── coverage ├── eslint.config.mjs ├── jest.config.js -├── node_modules ├── package.json ├── pnpm-lock.yaml ├── src -│   ├── audit.ts -│   ├── avm.ts +│   ├── constructs +│   │   ├── p6-lz-sra-avm-accounts.ts +│   │   ├── p6-lz-sra-avm-ous.ts +│   │   ├── p6-lz-sra-central-bucket.ts +│   │   ├── p6-lz-sra-chatbot.ts +│   │   ├── p6-lz-sra-cloudwatch.ts +│   │   ├── p6-lz-sra-config.ts +│   │   ├── p6-lz-sra-org-trail.ts +│   │   └── p6-lz-sra-security-hub.ts │   ├── deploy.ts -│   ├── dev.ts -│   ├── logarchive.ts -│   ├── mgmt.ts -│   ├── organization.ts -│   ├── prod.ts │   ├── resources │   │   ├── avm.AccountsMaker.ts │   │   ├── avm.OUMaker.ts │   │   ├── types.ts │   │   └── util.ts -│   ├── sandbox.ts -│   └── shared.ts +│   ├── stacks +│   │   ├── audit-1.ts +│   │   ├── audit-2.ts +│   │   ├── audit-3.ts +│   │   ├── dev.ts +│   │   ├── logarchive-1.ts +│   │   ├── logarchive-2.ts +│   │   ├── management-1-avm.ts +│   │   ├── management-1-organization.ts +│   │   ├── management-3.ts +│   │   ├── network-1.ts +│   │   ├── network-2.ts +│   │   ├── prod.ts +│   │   ├── qa.ts +│   │   ├── sandbox.ts +│   │   ├── shared-1.ts +│   │   └── shared-2.ts +│   └── types.ts ├── test -│   └── stack.test.ts +│   └── management-avm-stack.test.ts └── tsconfig.json + +8 directories, 43 files ``` ## Author -Philip M . Gollucci \ No newline at end of file +Philip M . Gollucci diff --git a/bin/p6lzctl b/bin/p6lzctl index b15befd..7534603 100755 --- a/bin/p6lzctl +++ b/bin/p6lzctl @@ -482,7 +482,7 @@ p6_lz_run_phase_2_account_context() { # Args: # action - # -# Environment: _2_ +# Environment: AWS_REGION _2_ #> ###################################################################### p6_lz_run_phase_2_bootstrap_trust() { @@ -776,7 +776,10 @@ p6_lz_run_phase_4_prod_account() { ###################################################################### #< # -# Function: p6_lz_util_cdk_context_add_logarchive_bucket() +# Function: p6_lz_util_cdk_context_add_logarchive_bucket(action) +# +# Args: +# action - # #> ######################################################################