Data Source: oci_database_exadata_infrastructure_download_config_file
This data source provides details about a specific Exadata Infrastructure Download Config File resource in Oracle Cloud Infrastructure Database service.
Downloads the configuration file for the specified Exadata Cloud@Customer infrastructure.
Example Usage
data "oci_database_exadata_infrastructure_download_config_file" "test_exadata_infrastructure_download_config_file" {
#Required
exadata_infrastructure_id = oci_database_exadata_infrastructure.test_exadata_infrastructure.id
#Optional
base64_encode_content = "false"
}
Argument Reference
The following arguments are supported:
base64_encode_content
- (Optional) Encodes the downloaded zipped config in base64. It is recommended to set this totrue
to avoid corrupting the zip file in Terraform state. The default value isfalse
.exadata_infrastructure_id
- (Required) The Exadata infrastructure OCID.
Attributes Reference
The following attributes are exported:
content
- content of the downloaded config file for exadata infrastructure. Ifbase64_encode_content
is set totrue
, then this content will be base64 encoded.