Open Issues Need Help
View All on GitHub DevOps • Educational Cloud Platforms
Treat "not found" as a valid response in Terraform resources about 2 months ago
AI Summary: Modify the bx2cloud gRPC API to return a `grpc.codes.NotFound` error when a resource is not found, and update the Terraform provider to handle this error gracefully, treating it as a valid 'not found' state instead of a technical error. This will prevent false errors during Terraform plan operations after resources are deleted via the CLI.
Complexity:
3/5
good first issue