Known Issues for Resource Manager

Known issues have been identified for Resource Manager.

Error: Circuit breaker is open

Details
The logs for a job show the following: Error: Circuit breaker is open. This error usually indicates an error with a downstream service.
Workaround

We're working on a resolution. Follow these instructions to identify the downstream service causing the error, then contact that service to determine resolution.

  1. Gather debugging information by running a new job on the stack:

    1. Display the job panel for the type of job you want to run (Plan, Apply, or Destroy).

    2. In the job panel, click Show Advanced Options.

    3. Set Detailed Log Level to Debug.

      Wait for the job to finish running.

      For more information about debugging Terraform job logs, see Debugging Terraform.

  2. Download the detailed log: On the Job Details page for the job you just ran, click Download Detailed Log File (in the Job Information tab, to the right of Detailed Log Level).

  3. Review the downloaded log to identify the error-associated downstream services.

  4. Contact the associated downstream service to determine resolution.

Object Storage buckets may not be available in the Console for new stacks

Details
When using the Console to create a stack from a bucket in Object Storage, the list of values for Object Storage Buckets is only available when the bucket namespace is identical to the tenancy name.
Workaround
Create the stack using the SDK, CLI, or API instead. We're working on a resolution.

Resource Discovery fails (permissions issue)

Details
When using Resource Discovery to create a stack from a compartment, the work request fails.
Possible cause: The user who is creating the stack lacks permissions to inspect compartments for the tenancy.
Workaround
To work around this issue, make sure that the user who is creating the stack has permissions to inspect compartments for the tenancy. For the group that the user belongs to, create the following policy.
Allow group <group name> to inspect compartments in tenancy 

Missing attributes in some discovered resources

Details
Attributes are missing from some supported resources captured using resource discovery.
Service Resource type Missing fields (with links to oci Terraform provider documentation)
Big Data Service Instances

cluster_admin_password

cluster_public_key

Block Volume (core) Volumes volume_backup_id
Compute (core) Images instance_id

image_source_details

Compute (core) Instance Configurations instance_id

source

Compute (core) Instance Console Connections public_key
Compute (core) Instances

hostname_label (deprecated)

is_pv_encryption_in_transit_enabled

subnet_id (deprecated)

Compute (core) Volume Attachments use_chap
Container Engine for Kubernetes Node Pools node_source_details
Data Catalog Connections enc_properties
Database Autonomous Container Databases maintenance_window_details
Database Autonomous Databases

admin_password

autonomous_database_backup_id

autonomous_database_id

clone_type

is_preview_version_with_service_terms_accepted

source

source_id

timestamp

Database Autonomous Exadata Infrastructures maintenance_window_details
Database Databases

admin_password

backup_id

backup_tde_password

db_version

source

Database Db Homes

admin_password

backup_id

backup_tde_password

source

Database Db Systems

admin_password

backup_id

backup_tde_password

maintenance_window_details

IAM Identity Providers metadata
Load Balancer Load Balancers ip_mode
Marketplace Accepted Agreements signature
Networking (core) Cross Connects

far_cross_connect_or_cross_connect_group_id

near_cross_connect_or_cross_connect_group_id

NoSQL Database Cloud Indexes is_if_not_exists
Object Storage Objects

cache_control

content

content_disposition

content_encoding

content_language

source

source_uri_details

Web Application Acceleration and Security Certificates

certificate_data

is_trust_verification_disabled

private_key_data

Web Application Acceleration and Security Policies

are_redirects_challenged

is_case_sensitive

is_nat_enabled (human_interaction_challenge)

is_nat_enabled (js_challenge)

Workaround
We're working on a resolution.