pyvider_file_info (Data Source)¶
Terraform data source for pyvider_file_info
~> Note: This provider is currently in POC (proof-of-concept) status and under active development. Features and APIs may change without notice. Not intended for production infrastructure.
Example Usage¶
data "pyvider_file_info" "target_file" {
path = "/tmp/example_file.txt"
}
output "example_data" {
description = "Data from pyvider_file_info"
value = data.pyvider_file_info.target_file
}