Data Source: oci_apigateway_deployments

This data source provides the list of Deployments in Oracle Cloud Infrastructure API Gateway service.

Returns a list of deployments.

Example Usage

data "oci_apigateway_deployments" "test_deployments" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	display_name = var.deployment_display_name
	gateway_id = oci_apigateway_gateway.test_gateway.id
	state = var.deployment_state
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Deployment Reference

The following attributes are exported: