mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-01-10 10:55:30 +00:00
removed variables from config
This commit is contained in:
@@ -2,15 +2,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|||||||
|
|
||||||
const config = new pulumi.Config();
|
const config = new pulumi.Config();
|
||||||
|
|
||||||
const variables = {
|
|
||||||
osImage: config.get("image") || "debian-11",
|
|
||||||
machineType: config.get("serverType") || "f1-micro",
|
|
||||||
machineLocation: config.get("location") || "hel1",
|
|
||||||
instanceTag: config.get("instanceTag") || "webserver",
|
|
||||||
servicePort: config.get("servicePort") || "80"
|
|
||||||
}
|
|
||||||
|
|
||||||
export {
|
export {
|
||||||
variables,
|
|
||||||
config
|
config
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user