Skip to content

oci_identity_user_capabilities_management is missing two capabilities #2334

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hal9000jw opened this issue Mar 25, 2025 · 1 comment
Open
Labels
bug In-Progress Terraform Team is working on the reproduce & fix

Comments

@hal9000jw
Copy link

hal9000jw commented Mar 25, 2025

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.10.3
on linux_amd64

provider registry.terraform.io/oracle/oci v6.31.0

Affected Resource(s)

oci_identity_user_capabilities_management

Terraform Configuration Files

resource "oci_identity_user_capabilities_management" "<resource_name>" {
  user_id = oci_identity_user.user.id
  can_use_console_password = false
  can_use_api_keys = false
  can_use_auth_tokens = true
  can_use_smtp_credentials = false
  can_use_customer_secret_keys = false
}

Debug Output

N/A

Panic Output

N/A

Expected Behavior

All available user capabilities are supported.

Actual Behavior

Two user capabilities are unsupported...

Image

Provider reference

Steps to Reproduce

N/A

Important Factoids

N/A

References

Issue # 1529

@hal9000jw hal9000jw added the bug label Mar 25, 2025
@hal9000jw hal9000jw changed the title oci_identity_user_capabilities_management is missing two capacities oci_identity_user_capabilities_management is missing two capabilities Mar 25, 2025
@tf-oci-pub tf-oci-pub added the In-Progress Terraform Team is working on the reproduce & fix label Mar 25, 2025
@tf-oci-pub
Copy link
Member

Thank you for reporting the issue. We have raised an internal ticket to track this. Our service engineers will get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug In-Progress Terraform Team is working on the reproduce & fix
Projects
None yet
Development

No branches or pull requests

2 participants