separate workspaces

This commit is contained in:
nora 2024-07-13 17:18:00 +02:00
parent 93f2b2c0cf
commit 5250e73722
15 changed files with 97 additions and 22 deletions

View file

@ -1,14 +0,0 @@
resource "contabo_instance" "vps1" {
display_name = "vps1"
product_id = "V1"
image_id = data.contabo_image.ubuntu_22_04.id
}
resource "contabo_instance" "vps2" {
display_name = "vps2"
product_id = "V1"
}
data "contabo_image" "ubuntu_22_04" {
id = "afecbb85-e2fc-46f0-9684-b46b1faf00bb"
}