Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identity Domain Resource Discovery doesn't work when the identity domain is in a compartment. #2093

Open
crackingbananas opened this issue Apr 11, 2024 · 0 comments
Labels

Comments

@crackingbananas
Copy link

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version and Provider Version

Terraform v1.8.0
Provider v5.37.0

Affected Resource(s)

oci_identity_domains

Terraform Configuration Files

N/A

Debug Output

https://gist.github.com/crackingbananas/e2388f436af7ab7b43439c55d9442996

Panic Output

Expected Behavior

I should be able to discover my identity domain that is in a compartment.

Actual Behavior

No output.

Steps to Reproduce

  1. Run this command:
TF_LOG=DEBUG terraform-provider-oci_v5.37.0 -command=export -services=identity_domains -output_path . -compartment_name=MY_COMPARTMENT

Important Factoids

References

The documentation says I should be able to extract this at a compartment level:
https://registry.terraform.io/providers/oracle/oci/latest/docs/guides/resource_discovery#identity_domains

identity_domains - Discovers identity_domains resources within the specified compartment

When I run this for the tenancy, it doesn't include the identity domain in the compartment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant