mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Remove unused hcl tags (#3391)
Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
@@ -581,8 +581,8 @@ func evalOCIProviderMirrorRepositoryTemplate(templateExpr hclsyntax.Expression,
|
||||
// a provider_installation block.
|
||||
type ProviderInstallationMethod struct {
|
||||
Location ProviderInstallationLocation
|
||||
Include []string `hcl:"include"`
|
||||
Exclude []string `hcl:"exclude"`
|
||||
Include []string
|
||||
Exclude []string
|
||||
Retries ProviderInstallationMethodRetries
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user