Skip to content

pyvider_nested_resource_test (Resource)

Terraform resource for pyvider_nested_resource_test

Example Usage

locals {
  example_result = pyvider_nested_data_processor(
    # Function arguments here
  )
}

output "function_result" {
  description = "Result of pyvider_nested_data_processor function"
  value       = local.example_result
}

Argument Reference

Import

terraform import pyvider_nested_resource_test.example <id>