Skip to content

Support Oracle Autonomous Database #2035

@chanstev

Description

@chanstev
SUMMARY

Support Oracle Autonomous Database

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

azure.azcollection.azure_rm_oracle_autonomous_database

ADDITIONAL INFORMATION
   - name: Create an Oracle Autonomous Database.
     azure.azcollection.azure_rm_oracle_autonomous_database:
       name: example # Replace with your value
       resource_group_name: rg-example # Replace with your value
       location: eastus # Replace with your value
       display_name:  example # Replace with your value
       db_workload: OLTP # Replace with your value
       mtls_connection_required: true # Replace with your value
       compute_model: ECPU # Replace with your value
       data_storage_size_in_tbs: 2 # Replace with your value
       auto_scaling_for_storage_enabled: true # Replace with your value
       admin_password: example # Replace with your value
       auto_scaling_enabled: true # Replace with your value
       character_set : AL32UTF8 # Replace with your value
       compute_count: 2 # Replace with your value
       national_character_set: AL16UTF16 # Replace with your value
       license_model: LicenseIncluded # Replace with your value
       db_version: 19c # Replace with your value
       # Optional parameters:
       backup_retention_period_in_days: 60 # Replace with your value
       subnet_id: example # Replace with your value
       virtual_network_id: example # Replace with your value
       allowed_ips: example # Replace with your value 
       customer_contacts: example # Replace with your value
       long_term_backup_schedule: example # Replace with your value
       # authentication:  #  Authentication details for Azure (Service Principal or other)
       #   client_id: "{{ azure_client_id }}"
       #   secret: "{{ azure_secret }}"
       #   tenant: "{{ azure_tenant }}"
       #   subscription_id: "{{ azure_subscription_id }}"
       tags:
          environment: "dev" # add any tags you need

Metadata

Metadata

Assignees

Labels

medium_priorityMedium prioritynew_module_issueRequest to add a new modulework inIn trying to solve, or in working with contributors

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions