mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-01-08 01:45:31 +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 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 {
|
||||
variables,
|
||||
config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user