organization · inferred from evidence
orcasecurity
The organization associated with the Terraform provider and business unit resource.
- Plugin did not respond during terraform import with the Orca provider
Check the provider block first. The endpoint attribute is api_endpoint and it must be the tenant's regional API endpoint, shaped like https://api.REGION.orcasecurity.io, for example https://api.eu.orcasecurity.io. The reporter confirmed the
- Creating a custom dashboard fails with 401 API Token not found
Set api_endpoint to the regional endpoint for the tenant, like https://api.eu.orcasecurity.io for an EU tenant. The reporter confirmed the regional endpoint fixed the 401. Source: https://github.com/orcasecurity/terraform-provider-orcasecu
- Error: Provider returned invalid result object after apply on orcasecurity_business_unit
Fixed in provider v0.0.23. Update the provider version and the business unit resource applies cleanly. The reporter confirmed the newer version works. Source: https://github.com/orcasecurity/terraform-provider-orcasecurity/issues/133