Guidance below is creating agent confusion/conflicts, either should be removed or clarified
https://github.com/hashicorp/agent-skills/blob/main/terraform/provider-development/skills/provider-actions/SKILL.md#common-schema-issues
Pay special attention to the schema definition - common issues after a first draft:
Type Mismatches
Using types.String instead of fwtypes.String in model structs
Using types.StringType instead of fwtypes.StringType in schema
Mixing framework types with plugin-framework types
Guidance below is creating agent confusion/conflicts, either should be removed or clarified
https://github.com/hashicorp/agent-skills/blob/main/terraform/provider-development/skills/provider-actions/SKILL.md#common-schema-issues
Pay special attention to the schema definition - common issues after a first draft:
Type Mismatches
Using types.String instead of fwtypes.String in model structs
Using types.StringType instead of fwtypes.StringType in schema
Mixing framework types with plugin-framework types