ci: Terraform provider e2e tests (#2712)

* Refactor selfManagedInfra input to clusterCreation in e2e tests
* Run e2e test using terraform provider
* Allow insecure measurement fetching in Terraform provider
* Run Terraform provider test instead of module test in weekly runs

---------

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-12-15 10:37:29 +01:00 committed by GitHub
parent 9667dfff58
commit 724ee44466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 415 additions and 55 deletions

View file

@ -35,7 +35,7 @@ var (
"github.e2e-test-provider": {},
"github.ref-stream": {},
"github.kubernetes-version": {},
"github.self-managed-infra": {},
"github.cluster-creation": {},
"deployment-type": {}, // deployment type, e.g. "debugd", "k8s"
}
)