feat: add build job
Build / build (pull_request) Failing after 1m22s

- add build job that runs `make plan`
- add deploy job that runs `make apply`
- ensure make-plan also runs init target
- enable provider caching
- enable creating client.crt/client.key
- trap EXIT to cleanup temp directory
This commit is contained in:
2025-10-17 10:29:55 +11:00
parent 3f386b4e21
commit c767506a01
129 changed files with 682 additions and 492 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ generate "provider" {
if_exists = "overwrite_terragrunt"
contents = <<-EOF
provider "incus" {
generate_client_certificates = true
generate_client_certificates = false
accept_remote_certificate = true
remote {