Skip to content

Conversation

paolajuarezgomez
Copy link
Owner

No description provided.

@paolajuarezgomez
Copy link
Owner Author

Terraform Format and Style 🖌``

Terraform Initialization ⚙️success

Terraform Validation 🤖``

Validation Output


Terraform Plan 📖success

Show Plan

terraform

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.oci-adb.oci_database_autonomous_database.adb_database will be created
  + resource "oci_database_autonomous_database" "adb_database" {
      + actual_used_data_storage_size_in_tbs           = (known after apply)
      + admin_password                                 = (sensitive value)
      + allocated_storage_size_in_tbs                  = (known after apply)
      + apex_details                                   = (known after apply)
      + are_primary_whitelisted_ips_used               = (known after apply)
      + autonomous_container_database_id               = (known after apply)
      + autonomous_database_backup_id                  = (known after apply)
      + autonomous_database_id                         = (known after apply)
      + autonomous_maintenance_schedule_type           = (known after apply)
      + available_upgrade_versions                     = (known after apply)
      + backup_config                                  = (known after apply)
      + clone_type                                     = (known after apply)
      + compartment_id                                 = "ocid1.compartment.oc1..aaaaaaaaes3c3pxlxbcd2upv4vh7wbdfd7vgywuaa75izuu3otrb2omhekaa"
      + connection_strings                             = (known after apply)
      + connection_urls                                = (known after apply)
      + cpu_core_count                                 = 1
      + data_safe_status                               = "NOT_REGISTERED"
      + data_storage_size_in_gb                        = (known after apply)
      + data_storage_size_in_tbs                       = 1
      + database_management_status                     = (known after apply)
      + db_name                                        = "myadajd"
      + db_version                                     = "19c"
      + db_workload                                    = "AJD"
      + defined_tags                                   = (known after apply)
      + display_name                                   = "myadajd"
      + failed_data_recovery_in_seconds                = (known after apply)
      + freeform_tags                                  = {
          + "Owner" = "ADB"
        }
      + id                                             = (known after apply)
      + infrastructure_type                            = (known after apply)
      + is_access_control_enabled                      = (known after apply)
      + is_auto_scaling_enabled                        = false
      + is_auto_scaling_for_storage_enabled            = (known after apply)
      + is_data_guard_enabled                          = false
      + is_dedicated                                   = (known after apply)
      + is_free_tier                                   = false
      + is_mtls_connection_required                    = (known after apply)
      + is_preview                                     = (known after apply)
      + is_preview_version_with_service_terms_accepted = (known after apply)
      + is_reconnect_clone_enabled                     = (known after apply)
      + is_refreshable_clone                           = (known after apply)
      + key_history_entry                              = (known after apply)
      + key_store_id                                   = (known after apply)
      + key_store_wallet_name                          = (known after apply)
      + kms_key_id                                     = (known after apply)
      + kms_key_lifecycle_details                      = (known after apply)
      + kms_key_version_id                             = (known after apply)
      + license_model                                  = "LICENSE_INCLUDED"
      + lifecycle_details                              = (known after apply)
      + memory_per_oracle_compute_unit_in_gbs          = (known after apply)
      + nsg_ids                                        = (known after apply)
      + ocpu_count                                     = (known after apply)
      + open_mode                                      = (known after apply)
      + operations_insights_status                     = (known after apply)
      + permission_level                               = (known after apply)
      + private_endpoint                               = (known after apply)
      + private_endpoint_ip                            = (known after apply)
      + private_endpoint_label                         = (known after apply)
      + refreshable_mode                               = (known after apply)
      + refreshable_status                             = (known after apply)
      + role                                           = (known after apply)
      + service_console_url                            = (known after apply)
      + source                                         = (known after apply)
      + source_id                                      = (known after apply)
      + standby_db                                     = (known after apply)
      + standby_whitelisted_ips                        = (known after apply)
      + state                                          = (known after apply)
      + subnet_id                                      = (known after apply)
      + supported_regions_to_clone_to                  = (known after apply)
      + system_tags                                    = (known after apply)
      + time_created                                   = (known after apply)
      + time_deletion_of_free_autonomous_database      = (known after apply)
      + time_maintenance_begin                         = (known after apply)
      + time_maintenance_end                           = (known after apply)
      + time_of_last_failover                          = (known after apply)
      + time_of_last_refresh                           = (known after apply)
      + time_of_last_refresh_point                     = (known after apply)
      + time_of_last_switchover                        = (known after apply)
      + time_of_next_refresh                           = (known after apply)
      + time_reclamation_of_free_autonomous_database   = (known after apply)
      + time_until_reconnect_clone_enabled             = (known after apply)
      + timestamp                                      = (known after apply)
      + used_data_storage_size_in_tbs                  = (known after apply)
      + vault_id                                       = (known after apply)
      + whitelisted_ips                                = [
          + "",
        ]

      + customer_contacts {
          + email = (known after apply)
        }

      + scheduled_operations {
          + scheduled_start_time = (known after apply)
          + scheduled_stop_time  = (known after apply)

          + day_of_week {
              + name = (known after apply)
            }
        }
    }

  # module.oci-adb.oci_database_autonomous_database_wallet.adb_database_wallet will be created
  + resource "oci_database_autonomous_database_wallet" "adb_database_wallet" {
      + autonomous_database_id = (known after apply)
      + base64_encode_content  = true
      + content                = (known after apply)
      + generate_type          = "SINGLE"
      + id                     = (known after apply)
      + password               = (sensitive value)
    }

  # module.oci-adb.random_password.wallet_password will be created
  + resource "random_password" "wallet_password" {
      + id          = (known after apply)
      + length      = 16
      + lower       = true
      + min_lower   = 0
      + min_numeric = 2
      + min_special = 0
      + min_upper   = 0
      + number      = true
      + result      = (sensitive value)
      + special     = true
      + upper       = true
    }

Plan: 3 to add, 0 to change, 0 to destroy.

Changes to Outputs:
  + ADB-wallet-content = (known after apply)

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pusher: @paolajuarezgomez, Action: pull_request, Working Directory: ``, Workflow: GitHub Actions Demo

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

Successfully merging this pull request may close these issues.

1 participant