oracle / terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider
https://www.terraform.io/docs/providers/oci/
Mozilla Public License 2.0
760 stars 683 forks source link

Cannot retrieve "oci_identity_domains_smtp_credential" credentials #2164

Closed shyraptor closed 3 months ago

shyraptor commented 3 months ago

Community Note

Description

We are currently facing a limitation in saving generated SMTP credentials into an OCI vault. This is feasible for the "oci_identity_smtp_credential" resource, as it exports the credentials themselves (e.g., the "password" attribute). We would appreciate similar attributes for the "oci_identity_domains_smtp_credential" resource, or an alternative method to store these credentials in the OCI vault.

New or Affected Resource(s)

"oci_identity_domains_smtp_credential" "oci_vault_secret"

Potential Terraform Configuration

References