🎨: move modules to its own directory
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
This commit is contained in:
8
modules/proxmox_lxc_container/providers.tf
Normal file
8
modules/proxmox_lxc_container/providers.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
proxmox = {
|
||||
source = "bpg/proxmox"
|
||||
version = "0.76.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user