ProviderVersion

ProviderVersion defines the required version for a provider.

JSON representation
{
  "source": string,
  "version": string
}
Fields
source

string

Output only. The provider source in the format: [hostname]/[namespace]/[name]. Hostname is optional, and defaults to the Terraform registry.

version

string

Output only. Version constraint string.