ci/cd clone testing

This commit is contained in:
CC
2026-05-21 16:46:34 +01:00
parent 317bf4be62
commit bf11724516

View File

@@ -0,0 +1,13 @@
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.106.0"
#url = https://registry.terraform.io/providers/bpg/proxmox/latest/docs/guides/clone-vm
}
aws = {
source = "hashicorp/aws"
version = "6.38.0"
}
}
}