mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-12 17:34:28 -05:00
12 lines
189 B
Terraform
12 lines
189 B
Terraform
|
terraform {
|
||
|
required_providers {
|
||
|
constellation = {
|
||
|
source = "registry.terraform.io/edgelesssys/constellation"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
provider "constellation" {
|
||
|
example_value = "test"
|
||
|
}
|