You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve GitHub Actions workflow failure in LXD provisioning test
- Create static cloud-init.yml fixture without template variables
- Update workflow to use static fixture instead of dynamic template
- Add comprehensive workflow documentation explaining purpose and scope
- Fix OpenTofu validation error caused by missing cloud-init.yml file
The workflow now uses fixtures/tofu/lxd/cloud-init.yml as a static
configuration for testing LXD container provisioning in CI environments.
This avoids coupling with application-specific template variables while
maintaining infrastructure validation coverage.
0 commit comments