get_resource_version_compatibility
Check if a specific resource is compatible with a target provider version in Terraform. Input provider name, resource name, and version for compatibility verification.
Instructions
Check resource compatibility across provider versions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
provider_name | Yes | Name of the Terraform provider | |
resource_name | Yes | Name of the resource to check | |
version | Yes | Target provider version to check compatibility against |