ProviderVersion defines the required version for a provider.
| JSON representation |
|---|
{ "source": string, "version": string } |
| Fields | |
|---|---|
source |
Output only. The provider source in the format: [hostname]/[namespace]/[name]. Hostname is optional, and defaults to the Terraform registry. |
version |
Output only. Version constraint string. |