Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b6f82ba
SG-3995: Introduce module for Azure Autoscaler.
hllvc Nov 25, 2025
679dc04
fix(SG-3995): Add missing network permissions.
hllvc Nov 25, 2025
fcfabe6
SG-3995: Re-organize azure runner.
hllvc Feb 16, 2026
86d9bff
SG-3995: Update docs for autoscaler.
hllvc Feb 24, 2026
8e9f081
SG-3995: Add azure packer builder.
hllvc Feb 24, 2026
3d9e042
SG-3995: Add azure runner module.
hllvc Feb 24, 2026
68a9b97
SG-3995: Update root README for private runner setup.
hllvc Feb 24, 2026
59c0a13
SG-3995: Add Azure support for runner group.
hllvc Apr 27, 2026
6b65c1c
SG-3995: Azure private runner modules.
hllvc Apr 27, 2026
3e538af
SG-3995: New Azure VMSS module.
hllvc Apr 27, 2026
0a43ad9
SG-3995: Update packer module.
hllvc Apr 27, 2026
198a5bd
SG-3995: Update azure_runner module.
hllvc Apr 27, 2026
c7bbc4e
SG-3995: Update azure autoscaler module.
hllvc Apr 27, 2026
3505fef
SG-3995: Update runner_group.
hllvc Apr 27, 2026
64ace3e
SG-3995: Update runner_group docs and schema form.
hllvc Apr 28, 2026
afd8126
SG-3995: Update runner_group to auto-create resource group.
hllvc Apr 28, 2026
e9f3cc2
SG-3995: Auto create azure role assignment for blob.
hllvc Apr 28, 2026
313a64a
SG-3995: Add azure example and configurable api_uri for autoscaler.
hllvc Aug 24, 2026
a3d137e
SG-3995: Update template docs and schemas.
hllvc Aug 24, 2026
6914e4e
SG-3995: Build azure image once and record id in state.
hllvc Aug 24, 2026
314e140
SG-3995: Make azure autoscaler code source configurable.
hllvc Aug 24, 2026
740b9da
SG-3995: Align azure vmss and runner with shared config pattern.
hllvc Aug 24, 2026
75dd518
SG-3995: Backport azure improvements to aws modules.
hllvc Aug 24, 2026
aa4c8fc
SG-3995: Add azure tree docs and quickstart example.
hllvc Aug 24, 2026
5e99c6b
SG-3995: Drop committed ami dump and tighten gitignore.
hllvc Aug 24, 2026
3006df9
SG-3995: Remove azure standalone-vm example.
hllvc Aug 24, 2026
a03912d
SG-3995: Split runner group into per-cloud modules.
hllvc Aug 24, 2026
7e44148
SG-3995: Align template docs with schemas and fix readme navigation.
hllvc Aug 24, 2026
c530ee4
SG-3995: Share the packer build and setup scripts across clouds.
hllvc Aug 28, 2026
8e8bfe3
SG-3995: Let the packer modules hand back an existing image.
hllvc Aug 28, 2026
aea0bf4
SG-3995: Name runner groups from a prefix and a short suffix.
hllvc Aug 28, 2026
6bb61bb
SG-3995: Drop create_before_destroy from the azure runner vm.
hllvc Aug 28, 2026
c3d93cd
SG-3995: Attach the quickstarts to an existing network.
hllvc Aug 28, 2026
521fbca
SG-3995: Add image-only examples for aws and azure.
hllvc Aug 28, 2026
48c6317
SG-3995: Expose the existing image inputs in the packer schemas.
hllvc Aug 28, 2026
68ca913
SG-3995: Realign template docs with the schemas.
hllvc Aug 28, 2026
14d86bd
SG-3995: Collapse effective_prefix in the runner group modules.
hllvc Aug 28, 2026
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
4 changes: 4 additions & 0 deletions stackguardian_private_runner/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ override.tf.json
*_override.tf
*_override.tf.json
tfplan
tofuplan
*.tfplan

# Generated permissions files
*_permissions.json

# Generated cleanup dumps
ami_cleanup_info.txt

# IDE
.claude/settings.local.json
.idea/
Expand Down
Loading
Loading