google_document_ai_warehouse_location

A location is used to initialize a project.

To get more information about Location, see:

Example Usage - Document Ai Warehouse Location

resource "google_document_ai_warehouse_location" "example" {
    location = "us"
    project_number = data.google_project.project.number
    access_control_mode = "ACL_MODE_DOCUMENT_LEVEL_ACCESS_CONTROL_GCI"
    database_type = "DB_INFRA_SPANNER"
    kms_key = "dummy_key"
    document_creator_default_role = "DOCUMENT_ADMIN"
}

data "google_project" "project" {
}

Argument Reference

The following arguments are supported:


Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

Timeouts

This resource provides the following Timeouts configuration options:

Import

This resource does not support import.