Data Source: oci_mysql_blue_green_deployments

This data source provides the list of Blue Green Deployments in Oracle Cloud Infrastructure MySQL Database service.

Lists blue/green deployments in a compartment.

Example Usage

data "oci_mysql_blue_green_deployments" "test_blue_green_deployments" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.blue_green_deployment_display_name
	source_db_system_id = oci_mysql_mysql_db_system.test_mysql_db_system.id
	state = var.blue_green_deployment_state
	target_db_system_id = oci_mysql_mysql_db_system.test_mysql_db_system.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

BlueGreenDeployment Reference

The following attributes are exported: