Terraform VMware vRealize Automation 7 provider - VMware has ended the active development of this Terraform Provider, so this repository will no longer be updated.
Expected behaviordescription and reasons are set. During terraform plan I would expect to see the value being set instead of just reading (known after apply) like the lease_days. Anyway description is not being set even after apply, everything else work as expected.
Logs
Terraform will perform the following actions:
# vra7_deployment.this will be created
+ resource "vra7_deployment" "this" {
+ businessgroup_id = (known after apply)
+ businessgroup_name = (known after apply)
+ catalog_item_id = "5f476c1c-426e-45da-b4ca-183625a39e1e"
+ date_created = (known after apply)
+ deployment_destroy = true
+ deployment_id = (known after apply)
+ description = (known after apply)
+ id = (known after apply)
+ last_updated = (known after apply)
+ lease_days = 100
+ lease_end = (known after apply)
+ lease_start = (known after apply)
+ name = (known after apply)
+ owners = (known after apply)
+ reasons = (known after apply)
+ request_status = (known after apply)
+ tenant_id = (known after apply)
+ wait_timeout = 15
+ resource_configuration {
+ cluster = (known after apply)
+ component_name = (known after apply)
+ configuration = (known after apply)
+ instances = (known after apply)
+ ip_address = (known after apply)
+ parent_resource_id = (known after apply)
+ request_id = (known after apply)
+ request_state = (known after apply)
}
}
Desktop (please complete the following information):
OS: Running in Docker image hashicorp/terraform:0.13.3
vRA 7.5 Terraform v0.13.3 registry.terraform.io/vmware/vra7 v2.0.0
Describe the bug
description
andreasons
are not being set on the deploymentTo Reproduce Steps to reproduce the behavior:
Expected behavior
description
andreasons
are set. During terraform plan I would expect to see the value being set instead of just reading(known after apply)
like thelease_days
. Anywaydescription
is not being set even after apply, everything else work as expected.Logs
Desktop (please complete the following information):