Skip to content

Commit 7d9f42c

Browse files
Benbentwogithub-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 4a78ce2 commit 7d9f42c

File tree

7 files changed

+6
-15
lines changed

7 files changed

+6
-15
lines changed

examples/snippets/.claude/skills/developing-components/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ components:
194194

195195
Stack files in `stacks/orgs/acme/` mirror the AWS account structure:
196196

197-
- `orgs/acme/core/` - Core accounts (root, audit, security, identity, network, dns, auto, artifacts)
197+
- `orgs/acme/core/` - Core accounts (root, audit, security, network, auto, artifacts)
198198
- `orgs/acme/plat/` - Platform accounts (sandbox, dev, staging, prod)
199199

200200
Within each stage, organized by region:

examples/snippets/.claude/skills/developing-stacks/SKILL.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ stacks/
3030
│ │ ├── auto/ # Automation account
3131
│ │ ├── artifacts/ # Artifacts account (ECR, S3)
3232
│ │ ├── audit/ # Audit/logging account
33-
│ │ ├── dns/ # DNS account
34-
│ │ ├── network/ # Network account (TGW, VPN)
33+
│ │ ├── network/ # Network account (TGW, VPN, DNS)
3534
│ │ └── security/ # Security account
3635
│ └── plat/ # Platform tenant (workloads)
3736
│ ├── _defaults.yaml # Tenant defaults (tenant: plat)

examples/snippets/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CLAUDE.md
22

33
AWS infrastructure repository using Cloud Posse reference architecture with Atmos and OpenTofu. Manages multiple AWS
4-
accounts across core (root, audit, security, identity, network, dns, auto, artifacts) and platform (sandbox, dev,
5-
staging, prod) tenants.
4+
accounts across core (root, audit, security, network, auto, artifacts) and platform (sandbox, dev, staging, prod)
5+
tenants.
66

77
## Commands
88

examples/snippets/stacks/workflows/quickstart/foundation/accounts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ workflows:
7777
- command: terraform deploy account-settings -s core-gbl-artifacts
7878
- command: terraform deploy account-settings -s core-gbl-audit
7979
- command: terraform deploy account-settings -s core-gbl-auto
80-
- command: terraform deploy account-settings -s core-gbl-dns
8180
- command: terraform deploy account-settings -s core-gbl-network
8281
- command: terraform deploy account-settings -s core-gbl-root
8382
- command: terraform deploy account-settings -s core-gbl-security

examples/snippets/stacks/workflows/quickstart/foundation/identity.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ workflows:
8181
- command: terraform deploy iam-role/planner -s core-gbl-audit
8282
- command: terraform deploy iam-role/terraform -s core-gbl-auto
8383
- command: terraform deploy iam-role/planner -s core-gbl-auto
84-
- command: terraform deploy iam-role/terraform -s core-gbl-dns
85-
- command: terraform deploy iam-role/planner -s core-gbl-dns
8684
- command: terraform deploy iam-role/terraform -s core-gbl-network
8785
- command: terraform deploy iam-role/planner -s core-gbl-network
8886
- command: terraform deploy iam-role/terraform -s core-gbl-security
@@ -107,7 +105,6 @@ workflows:
107105
- command: terraform deploy github-oidc-provider -s core-gbl-artifacts
108106
- command: terraform deploy github-oidc-provider -s core-gbl-audit
109107
- command: terraform deploy github-oidc-provider -s core-gbl-auto
110-
- command: terraform deploy github-oidc-provider -s core-gbl-dns
111108
- command: terraform deploy github-oidc-provider -s core-gbl-network
112109
- command: terraform deploy github-oidc-provider -s core-gbl-security
113110
# Platform accounts

examples/snippets/stacks/workflows/quickstart/monitor/datadog.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ workflows:
7171
- command: terraform deploy datadog-configuration -s core-gbl-artifacts
7272
- command: terraform deploy datadog-configuration -s core-gbl-audit
7373
- command: terraform deploy datadog-configuration -s core-gbl-auto
74-
- command: terraform deploy datadog-configuration -s core-gbl-dns
7574
- command: terraform deploy datadog-configuration -s core-gbl-network
7675
- command: terraform deploy datadog-configuration -s core-gbl-security
7776
- command: terraform deploy datadog-configuration -s plat-gbl-sandbox
@@ -85,7 +84,6 @@ workflows:
8584
- command: terraform deploy datadog-integration -s core-gbl-artifacts
8685
- command: terraform deploy datadog-integration -s core-gbl-audit
8786
- command: terraform deploy datadog-integration -s core-gbl-auto
88-
- command: terraform deploy datadog-integration -s core-gbl-dns
8987
- command: terraform deploy datadog-integration -s core-gbl-network
9088
- command: terraform deploy datadog-integration -s core-gbl-security
9189
- command: terraform deploy datadog-integration -s plat-gbl-sandbox
@@ -99,7 +97,6 @@ workflows:
9997
# - command: terraform deploy datadog-logs-archive -s core-gbl-artifacts
10098
# - command: terraform deploy datadog-logs-archive -s core-gbl-audit
10199
# - command: terraform deploy datadog-logs-archive -s core-gbl-auto
102-
# - command: terraform deploy datadog-logs-archive -s core-gbl-dns
103100
# - command: terraform deploy datadog-logs-archive -s core-gbl-network
104101
# - command: terraform deploy datadog-logs-archive -s core-gbl-security
105102
# - command: terraform deploy datadog-logs-archive -s plat-gbl-sandbox
@@ -122,7 +119,6 @@ workflows:
122119
- command: terraform deploy datadog-lambda-forwarder -s core-use1-artifacts
123120
- command: terraform deploy datadog-lambda-forwarder -s core-use1-audit
124121
- command: terraform deploy datadog-lambda-forwarder -s core-use1-auto
125-
- command: terraform deploy datadog-lambda-forwarder -s core-use1-dns
126122
- command: terraform deploy datadog-lambda-forwarder -s core-use1-network
127123
- command: terraform deploy datadog-lambda-forwarder -s core-use1-security
128124
- command: terraform deploy datadog-lambda-forwarder -s plat-use1-sandbox

examples/snippets/stacks/workflows/quickstart/network/network.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ workflows:
9090
- command: echo 'Creating primary dns zones'
9191
type: shell
9292
name: primary
93-
- command: terraform deploy dns-primary -s core-gbl-dns
93+
- command: terraform deploy dns-primary -s core-gbl-network
9494
- command: terraform deploy dns-primary -s plat-gbl-dev
9595
- command: terraform deploy dns-primary -s plat-gbl-staging
9696
- command: terraform deploy dns-primary -s plat-gbl-prod
@@ -114,7 +114,7 @@ workflows:
114114
terraform workspace select $1 > /dev/null
115115
terraform output -json zones
116116
}
117-
for s in core-gbl-dns plat-gbl-{dev,staging,prod,sandbox} ; do
117+
for s in core-gbl-network plat-gbl-{dev,staging,prod,sandbox} ; do
118118
output-dns $s
119119
done | jq 'to_entries[] | { (.key) : .value.name_servers }'
120120

0 commit comments

Comments
 (0)