Skip to content

pyvider_local_directory (Resource)

Terraform resource for pyvider_local_directory

๐Ÿค– AI-Generated Content

This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.

Note

This provider is in pre-release and under active development. Features and APIs may change without notice and it is 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
}

Argument Reference

Import

terraform import pyvider_local_directory.example <id>