Remove unused hcl tags (#3391)

Signed-off-by: Andrei Ciobanu <andrei.ciobanu@opentofu.org>
This commit is contained in:
Andrei Ciobanu
2025-10-20 10:49:08 +03:00
committed by GitHub
parent 4f57c826f0
commit 1239e21c04

View File

@@ -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
}