mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
27 lines
650 B
Plaintext
27 lines
650 B
Plaintext
[base]
|
|
name = "constellation"
|
|
|
|
[base.aws]
|
|
region = "eu-central-1"
|
|
replicationRegions = ["eu-west-1", "eu-west-3", "us-east-1", "us-east-2", "ap-south-1"]
|
|
bucket = "constellation-images"
|
|
publish = true
|
|
|
|
[base.azure]
|
|
subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435"
|
|
location = "northeurope"
|
|
resourceGroup = "constellation-images"
|
|
sharingNamePrefix = "constellation"
|
|
sku = "constellation"
|
|
publisher = "edgelesssys"
|
|
|
|
[base.gcp]
|
|
project = "constellation-images"
|
|
location = "europe-west3"
|
|
bucket = "constellation-os-images"
|
|
|
|
[base.openstack]
|
|
cloud = "stackit"
|
|
visibility = "private"
|
|
properties = { "hw_firmware_type" = "uefi", "os_type" = "linux" }
|