mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Picking sides No real functional change except the cute tofu icon in my IDE instead of the purple T
11 lines
129 B
HCL
11 lines
129 B
HCL
terraform {
|
|
required_providers {
|
|
restapi = {
|
|
source = "Mastercard/restapi"
|
|
version = ">= 2.0.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
|