ci: e2e test for Terraform provider examples (#2745)

This commit is contained in:
Adrian Stobbe 2024-01-04 10:00:21 +01:00 committed by GitHub
parent 15cc7b919b
commit 8730e72319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 340 additions and 38 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "X.Y.Z"
version = "0.0.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "X.Y.Z"
version = "0.0.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
constellation = {
source = "edgelesssys/constellation"
version = "X.Y.Z"
version = "0.0.0" // replace with the version you want to use
}
random = {
source = "hashicorp/random"