feat: add build job
Build / build (pull_request) Failing after 2m12s

- add build job that runs `make plan`
- enable provider caching
- enable creating client.crt/client.key
This commit is contained in:
2025-10-17 10:29:55 +11:00
parent 3f386b4e21
commit f9697567da
8 changed files with 45 additions and 1 deletions
@@ -36,6 +36,7 @@ generate "provider" {
provider "incus" {
generate_client_certificates = true
accept_remote_certificate = true
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
remote {
name = "${basename(get_terragrunt_dir())}"
+1
View File
@@ -28,6 +28,7 @@ generate "provider" {
provider "incus" {
generate_client_certificates = true
accept_remote_certificate = true
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
remote {
name = "${basename(get_terragrunt_dir())}"
+1
View File
@@ -28,6 +28,7 @@ generate "provider" {
provider "incus" {
generate_client_certificates = true
accept_remote_certificate = true
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
remote {
name = "${basename(get_terragrunt_dir())}"
+1
View File
@@ -28,6 +28,7 @@ generate "provider" {
provider "incus" {
generate_client_certificates = true
accept_remote_certificate = true
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
remote {
name = "${basename(get_terragrunt_dir())}"
+1
View File
@@ -28,6 +28,7 @@ generate "provider" {
provider "incus" {
generate_client_certificates = true
accept_remote_certificate = true
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
remote {
name = "${basename(get_terragrunt_dir())}"
+1
View File
@@ -28,6 +28,7 @@ generate "provider" {
provider "incus" {
generate_client_certificates = true
accept_remote_certificate = true
config_dir = "${get_env("INCUS_CONFIG_DIR")}"
remote {
name = "${basename(get_terragrunt_dir())}"