mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-17 03:44:56 -05:00
fb392c2d50
This implementation will replace the custom Go code in internal/osimage/{aws|azure|gcp} and still conforms to the same interface.
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"
|