0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +00:00
terraform-provider-proxmox/proxmoxtf/provider
bitchecker 34df9773c3
fix(provider): allow FQDN for ssh.node.address in provider's config (#824)
* fix(provider): removed ip check/limitation to mkProviderSSHNode

It is now possible to use an FQDN instead of an IP Address when the SSH
node is configured

Changes to be committed:
modified:   proxmoxtf/provider/schema.go

Signed-off-by: bitchecker <ciro.deluca@autistici.org>

* fix(docs): Updating documentation after the code updates

Signed-off-by: bitchecker <ciro.deluca@autistici.org>

---------

Signed-off-by: bitchecker <ciro.deluca@autistici.org>
2023-12-20 19:40:11 -05:00
..
datasources.go feat(core): migrate version datasource to TF plugin framework (#440) 2023-07-29 02:10:02 +00:00
provider_test.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
provider.go fix(provider): do not blindly use first IP for SSH (#704) 2023-11-10 01:19:09 +00:00
resources.go feat(vm): add network device resources (#376) 2023-06-23 22:47:25 +00:00
schema.go fix(provider): allow FQDN for ssh.node.address in provider's config (#824) 2023-12-20 19:40:11 -05:00