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.
Expected behavior description 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
The text was updated successfully, but these errors were encountered:
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:
No errors
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):
The text was updated successfully, but these errors were encountered: