get_resource_version_compatibility
Check resource compatibility across Terraform provider versions to ensure accurate configurations and avoid versioning conflicts. Use provider name, resource name, and target version as inputs for precise validation.
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 |