Initial Commit
This commit is contained in:
commit
9719d88a0b
6 changed files with 819 additions and 0 deletions
13
terraform.tfvars.example
Normal file
13
terraform.tfvars.example
Normal file
|
@ -0,0 +1,13 @@
|
|||
organization = "11223344-1122-1122-1122-112233445566"
|
||||
token = "99887766-9988-9988-9988-998877665544"
|
||||
domain = "example.org"
|
||||
|
||||
server_name = {
|
||||
"debian" = "lpi-deb"
|
||||
"centos" = "lpi-centos"
|
||||
}
|
||||
|
||||
images = {
|
||||
"debian" = "0f805370-5622-40df-af56-ac4fcf554b77"
|
||||
"centos" = "d8c6f7b6-d1d1-47af-aa45-443989644b26"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue