We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c820d commit e2dbcebCopy full SHA for e2dbceb
config.go
@@ -48,6 +48,9 @@ type ProviderConfig struct {
48
// The name of the provider, ie: "aws".
49
Name string `json:"name,omitempty"`
50
51
+ // The fully-specified name of the provider, ie: "registry.terraform.io/hashicorp/aws".
52
+ FullName string `json:"full_name,omitempty"`
53
+
54
// The alias of the provider, ie: "us-east-1".
55
Alias string `json:"alias,omitempty"`
56
0 commit comments