pyvider_local_directory (Resource)¶
Terraform resource for pyvider_local_directory
~> 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¶
resource "pyvider_local_directory" "example" {
path = "/tmp/pyvider_example_directory"
}
output "example_id" {
description = "The ID of the pyvider_local_directory resource"
value = pyvider_local_directory.example.id
}