mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
tf
This commit is contained in:
parent
465489b24d
commit
dbd662821b
5 changed files with 61 additions and 0 deletions
9
vps-provision/main.tf
Normal file
9
vps-provision/main.tf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
resource "contabo_instance" "vps1" {
|
||||
display_name = "vps1"
|
||||
product_id = "V1"
|
||||
}
|
||||
|
||||
resource "contabo_instance" "vps2" {
|
||||
display_name = "vps2"
|
||||
product_id = "V1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue