5e090e9de516d78ceae92f568eba71197f584b8f
Build / build (pull_request) Successful in 1m52s
- puppet now automatically trusts vault certs for some clients - ensure build job can access vault certs, or use client.* in .config/incus
Hierarchy:
.
├── config/ # Root for configuration data
│ ├── globals/ # Common resources shared across projects
│ │ ├── images/ # Image configurations
│ │ │ └── <image_name>/ # Specific image folder
│ │ │ ├── terragrunt.hcl # Image Terragrunt configuration
│ │ │ └── config.yaml # Image configuration file
│ │ ├── networks/ # Network configurations
│ │ │ └── <network_name>/ # Specific network folder
│ │ │ ├── terragrunt.hcl # Network Terragrunt configuration
│ │ │ └── config.yaml # Network configuration file
│ │ └── profiles/ # Profile configurations
│ │ └── <profile_name>/ # Specific profile folder
│ │ ├── terragrunt.hcl # Profile Terragrunt configuration
│ │ └── config.yaml # Profile configuration file
│ └── nodes/ # Node-level configuration
│ └── <project_name>/ # Project folder (e.g., "infra")
│ ├── config.yaml # Project-level configuration file
│ ├── terragrunt.hcl # Project-level Terragrunt configuration
│ └── <instance_name>/ # Instance-specific folder under the project
│ ├── terragrunt.hcl # Instance-level Terragrunt configuration
│ └── config.yaml # Instance-specific configuration file
├── modules/ # Terraform modules
└── root.hcl # Root configuration file (provider, backend, etc.)
Description
Languages
HCL
94.6%
Python
3.4%
Makefile
1.3%
Shell
0.6%