Skip to content

Commit d6ba06c

Browse files
authored
🐛 make terraform.file private (#5574)
We only access the files via terraform.files, since there are multiple files that can be accessed. terraform.file is only used as the object but not as a direct resource that can be initiated Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
1 parent 009e687 commit d6ba06c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/terraform/resources/terraform.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
}
2828

2929
// Terraform configuration file (.tf or .tf.json file)
30-
terraform.file @defaults("path") {
30+
private terraform.file @defaults("path") {
3131
// Terraform (.tf or tf.json file)
3232
path string
3333
// All blocks within the file

0 commit comments

Comments
 (0)