Skip to content

Commit

Permalink
docs: regen readme (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgollucci authored Nov 23, 2024
1 parent c1b9714 commit 7ce1ec1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 19 deletions.
52 changes: 35 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)](<https://gitpod.io/#https://github.com//p6-lz>)

## Summary
Expand All @@ -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 <[email protected]>
Philip M . Gollucci <[email protected]>
7 changes: 5 additions & 2 deletions bin/p6lzctl
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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 -
#
#>
######################################################################
Expand Down

0 comments on commit 7ce1ec1

Please sign in to comment.