You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
terraform-provider-vra7 plugin version
terraform-provider-vra7 plugin version 1.0.1
Describe the bug
Trying to use the remote_exec provisioner to execute commands post installation. When we use the examples provided in the documentation we get an error.
Error
Error: Incorrect attribute value type: Inappropriate value for attribute "host":
string required.
Expected behavior
remote command to be executed on the target
Desktop (please complete the following information):
OS: Windows 2016 and CentOS 7
Extra Information
If i remove the block above and just output the information the information is displayed as expected but in an array and not a single string
output "vm_name" {
value = ["${vra7_deployment.deployment[*].resource_configuration[*].name}"]
}
output "vm_ip" {
value = ["${vra7_deployment.deployment[*].resource_configuration[*].ip_address}"]
}
The issue appears to be related to the self object and the way the data is return from the data map from the provider!?
The text was updated successfully, but these errors were encountered:
vRA 7.x version
vRealize Automation 7.6
Terraform version
v0.12.24
terraform-provider-vra7 plugin version
terraform-provider-vra7 plugin version 1.0.1
Describe the bug
Trying to use the remote_exec provisioner to execute commands post installation. When we use the examples provided in the documentation we get an error.
To Reproduce
Steps to reproduce the behavior:
Terraform command
terraform apply
Error
Error: Incorrect attribute value type: Inappropriate value for attribute "host":
string required.
Expected behavior
remote command to be executed on the target
Desktop (please complete the following information):
Extra Information
If i remove the block above and just output the information the information is displayed as expected but in an array and not a single string
The issue appears to be related to the self object and the way the data is return from the data map from the provider!?
The text was updated successfully, but these errors were encountered: