Skip to content

Conversation

vaishakdinesh
Copy link
Member

@vaishakdinesh vaishakdinesh commented Aug 27, 2025

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

Additional context & links

  • use grit to update the config
  • migrate pkg updates to handle special cases for config and state upgrades
  • update schema and add plan modifiers to normalize diffs

@@ -160,4 +160,4 @@ func normalizeWhitespace(s string) string {
s = strings.ReplaceAll(s, "] ", "]")

return s
}
}c
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like an accidental add?

@@ -27,6 +30,7 @@ var _ resource.ResourceWithConfigValidators = (*DNSRecordResource)(nil)

func ResourceSchema(ctx context.Context) schema.Schema {
return schema.Schema{
Version: 1,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants