The oci_identity_domains_app should be successfully created with both scopes.
Actual Behavior
The release panics and fails due to a nil pointer.
Steps to Reproduce
We (internal oracle team) run our releases with Shepherd, and this module fails every time. Only when we have a single scope, it succeeds. This is with version 5.45. Reverting to a few earlier versions did not help.
Community Note
Terraform Version and Provider Version
plugin.terraform-provider-oci_v5.45.01
Affected Resource(s)
oci_identity_domains_app
Terraform Configuration Files
Debug Output
full log: https://gist.github.com/caroline-hughes/70ad16218d92c4cdb7c3408f2de38e90
Panic Output
null pointer panic: https://gist.github.com/caroline-hughes/1546ccb996d5ea635a03db753273da63
Expected Behavior
The oci_identity_domains_app should be successfully created with both scopes.
Actual Behavior
The release panics and fails due to a nil pointer.
Steps to Reproduce
We (internal oracle team) run our releases with Shepherd, and this module fails every time. Only when we have a single scope, it succeeds. This is with version 5.45. Reverting to a few earlier versions did not help.