You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

404-NotAuthorizedOrNotFound: Unable to enable Visual Builder for the integration instance

Summary: Created a integration instance using following terraform block:

resource "oci_integration_integration_instance" "dev10_integration_instance" { compartment_id = oci_identity_compartment.dev10.id integration_instance_type = "ENTERPRISEX" shape = "DEVELOPMENT" display_name = "oic_dev10" is_byol = "false" message_packs = "1" domain_id = data.oci_identity_domain.unifirst_domain.id # is_file_server_enabled = true is_disaster_recovery_enabled = false state = "ACTIVE"}

terraform successfully created this instance. After creating instance when I run terraform plan again I get following message :

oci_integration_integration_instance.dev11_integration_instance will be updated in-place
~ resource "oci_integration_integration_instance" "dev11_integration_instance" {
id = "ocid1.integrationinstance.oc1.iad.amaaaaaaykij4tqax2ahdgpwgqduenoxi3bnjren7cdmkrl4p2qgyggtsw7q"

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!