mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-16 03:14:28 -05:00
22 lines
512 B
Plaintext
22 lines
512 B
Plaintext
|
[base]
|
||
|
name = "constellation"
|
||
|
|
||
|
[base.aws]
|
||
|
region = "eu-central-1"
|
||
|
replicationRegions = ["eu-west-1", "eu-west-3", "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"
|