From f2a42b5dfbf5fe065317d4f3f300b9236adce875 Mon Sep 17 00:00:00 2001 From: gitops_test Date: Mon, 3 Aug 2026 15:11:25 +0000 Subject: [PATCH] Add iacfilescript_20260803_151125.yaml --- iacfilescript_20260803_151125.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 iacfilescript_20260803_151125.yaml diff --git a/iacfilescript_20260803_151125.yaml b/iacfilescript_20260803_151125.yaml new file mode 100644 index 0000000..25de7f5 --- /dev/null +++ b/iacfilescript_20260803_151125.yaml @@ -0,0 +1,29 @@ +infrastructure: + vm: + name: example-vm + + resources: + cpu: + value: 4 + min: 1 + max: 64 + + ram: + value: 16 # in MB + min: 1 + max: 512 + + storage: + value: 100 # in MB + min: 10 + max: 1000 + + image: ubuntu-22.04 + + network: + type: private + assignPublicIp: false + + metadata: + environment: dev + owner: pso \ No newline at end of file