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
Provisioning is not applied successfully on the virtual service resource creation if non-provisioned service is included in the virtual service resource configuration. This results in both service and virtual service unprovisioned. This also affects the service binding resource as it needs an active virtual service href.
The Error thrown when terraform apply is executed:
Error: not-acceptable:
Token: invalid_uri
Message: Invalid URI: {/orgs/1/sec_policy/active/virtual_services/4abf00fe-5f68-46a4-8731-3bdd8351a77f}
on test.tf line 32, in resource "illumio-core_service_binding" "service_binding_1":
32: resource "illumio-core_service_binding" "service_binding_1" {
This is due to the unprovisioned virtual service referenced in the service binding resource block.
Expected Outcome:
terraform apply should not throw any type of error when executed and the virtual service resource should be provisioned at the time of creation.
The text was updated successfully, but these errors were encountered:
Provisioning is not applied successfully on the virtual service resource creation if non-provisioned service is included in the virtual service resource configuration. This results in both service and virtual service unprovisioned. This also affects the service binding resource as it needs an active virtual service href.
Example TF Config:
The Error thrown when terraform apply is executed:
This is due to the unprovisioned virtual service referenced in the service binding resource block.
Expected Outcome:
terraform apply should not throw any type of error when executed and the virtual service resource should be provisioned at the time of creation.
The text was updated successfully, but these errors were encountered: