Resource: aws_glue_registry

Provides a Glue Registry resource.

Example Usage

resource "aws_glue_registry" "example" {
  registry_name = "example"
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import Glue Registries using arn. For example:

import {
  to = aws_glue_registry.example
  id = "arn:aws:glue:us-west-2:123456789012:registry/example"
}

Using terraform import, import Glue Registries using arn. For example:

% terraform import aws_glue_registry.example arn:aws:glue:us-west-2:123456789012:registry/example