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

Oracle Base Database Service "Database unique name suffix" #2119

Open
ITRacer75 opened this issue May 21, 2024 · 0 comments
Open

Oracle Base Database Service "Database unique name suffix" #2119

ITRacer75 opened this issue May 21, 2024 · 0 comments

Comments

@ITRacer75
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

Description

Currently when you create an Oracle Base Database Service using the Oracle cloud console you can specify a Database unique name suffix as an optional paramter which is essential for some builds especially if you have a mix of Base Database services and EXADatas. When trying to do the builds via terraform there is no "Database unique name suffix" paramater availble in terrafrom so this value currently cant be set using terraform and thus we can`t do our builds via terraform and thus have to manually build all our Databases that require this unique name suffix.

New or Affected Resource(s)

The Affected resource is as follows:

https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/database_db_system

oci_database_db_system

It does not have the "Database unique name suffix" as an optional paramter under the database options.

Potential Terraform Configuration

    #Optional
    database_software_image_id = oci_database_database_software_image.test_database_software_image.id
    db_version = var.db_system_db_home_db_version
    defined_tags = var.db_system_db_home_defined_tags
    display_name = var.db_system_db_home_display_name
    freeform_tags = var.db_system_db_home_freeform_tags
    **db_unique_suffix = var.db_system_db_home_unique_suffix**

References

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

No branches or pull requests

1 participant