datadog_openapi_api (Resource)

Provides a Datadog OpenAPI resource. This can be used to synchronize Datadog's API catalog with an OpenAPI specifications file.

Example Usage

# Uploads an OpenAPI file from the given local path to Datadog's API catalog

resource "datadog_openapi_api" "my-api" {
  spec = file("./path/my-api.yaml")
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

terraform import datadog_openapi_api.new_list "90646597-5fdb-4a17-a240-647003f8c028"