0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00

fix(provider): typo in provider example (#785)

Signed-off-by: Ming Xie <git@mxie.dev>
Co-authored-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Ming Xie 2023-12-10 23:44:25 -05:00 committed by GitHub
parent 6ebe8dcc60
commit 32bdc21750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
terraform {
required_providers {
datadog = {
proxmox = {
source = "bpg/proxmox"
}
}