This commit is contained in:
@@ -4,5 +4,10 @@ terraform {
|
|||||||
source = "bpg/proxmox"
|
source = "bpg/proxmox"
|
||||||
version = "0.76.0"
|
version = "0.76.0"
|
||||||
}
|
}
|
||||||
|
random = {
|
||||||
|
source = "hashicorp/random"
|
||||||
|
version = "3.7.2"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
required_version = "~> 1.10.7"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ terraform {
|
|||||||
skip_requesting_account_id = true
|
skip_requesting_account_id = true
|
||||||
skip_metadata_api_check = true
|
skip_metadata_api_check = true
|
||||||
}
|
}
|
||||||
|
required_version = "~> 1.10.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "proxmox" {
|
provider "proxmox" {
|
||||||
|
|||||||
Reference in New Issue
Block a user