Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecating state field #278

Merged
merged 3 commits into from
Aug 16, 2024
Merged

Deprecating state field #278

merged 3 commits into from
Aug 16, 2024

Conversation

chasewalden
Copy link
Collaborator

No description provided.

@chasewalden
Copy link
Collaborator Author

CC: @b-per

Small change for the deprecation of the state attribute

@chasewalden chasewalden requested a review from b-per July 18, 2024 15:38
Type: schema.TypeInt,
Computed: true,
Description: "PrivatelinkEndpoint state should be 1 = active, as 2 = deleted",
Deprecated: "Remove this attribute's configuration as it's no longer in use and the attribute will be removed in the next major version of the provider.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is from a datasource and is computed, so people won't be able to remove its configuration.
I am not too sure about how TF handles deprecation for Computed fields actually.

Do we just update the description for those and mention that the field is going to be deprecated, without the comment that people need to remove its configuration?

@b-per b-per merged commit 3e2fa34 into main Aug 16, 2024
9 checks passed
@b-per b-per deleted the TFPCLD-13 branch August 16, 2024 17:40
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