Data Source: tfe_registry_provider

Use this data source to get information about a public or private provider in the private registry.

Example Usage

A private provider:

resource "tfe_registry_provider" "example" {
  organization = "my-org-name"
  name         = "my-provider"
}

A public provider:

resource "tfe_registry_provider" "example" {
  organization  = "my-org-name"
  registry_name = "public"
  namespace     = "hashicorp"
  name          = "aws"
}

Argument Reference

The following arguments are supported:

Attributes Reference