Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ updates:
- "infrastructure/modules/security-hub"
- "infrastructure/modules/sns"
- "infrastructure/modules/sqs"
- "infrastructure/modules/ssm-parameter"
- "infrastructure/modules/tags"
- "infrastructure/modules/vpc"
- "infrastructure/modules/vpce"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ Rules:
| `security-hub` | — | Security Hub for centralized security findings |
| `sns` | terraform-aws-modules/sns/aws | SNS topic with encryption and policies |
| `sqs` | — | SQS queue with encryption |
| `ssm-parameter` | — | — |
| `tags` | — | Foundation: naming and tagging context module |
| `vpc` | terraform-aws-modules/vpc/aws | VPC with subnets, routing, and gateways |
| `vpce` | — | VPC endpoint (single service) |
Expand Down
30 changes: 30 additions & 0 deletions infrastructure/modules/ssm-parameter/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

170 changes: 170 additions & 0 deletions infrastructure/modules/ssm-parameter/README.md
Comment thread
dave4420 marked this conversation as resolved.

Large diffs are not rendered by default.

Loading
Loading