Data Source: tfe_registry_provider

Use this data source to read the details of an existing No-Code-Allowed module.

Example Usage

resource "tfe_no_code_module" "foobar" {
    organization = tfe_organization.foobar.id
    registry_module = tfe_registry_module.foobar.id
}

data "tfe_no_code_module" "foobar" {
    id = tfe_no_code_module.foobar.id
}

Argument Reference

The following arguments are supported:

Attributes Reference