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

Chore: deprecate 'external_id' #598

Merged
merged 4 commits into from
Feb 26, 2023
Merged

Conversation

TomerHeber
Copy link
Collaborator

Solution

Related to #593.
For now just a deprecation message.

yaronya
yaronya previously approved these changes Feb 22, 2023
@github-actions github-actions bot added ready to merge PR approved - can be merged once the PR owner is ready and removed pending final review labels Feb 22, 2023
@@ -38,6 +38,7 @@ func resourceAwsCredentials() *schema.Resource {
ForceNew: true,
ConflictsWith: []string{"access_key_id"},
RequiredWith: []string{"arn"},
Deprecated: "field will be removed in the near future",
Copy link
Contributor

Choose a reason for hiding this comment

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

this field should also become optional, don't we need to remove
RequiredWith: []string{"arn"} ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sure I can do that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed the "requiredWith".
for costs I added optional and removed required.

@yaronya yaronya dismissed their stale review February 22, 2023 12:45

Avner had a comment

@yaronya yaronya added reviewed - awaiting author and removed ready to merge PR approved - can be merged once the PR owner is ready labels Feb 22, 2023
@github-actions github-actions bot added ready to merge PR approved - can be merged once the PR owner is ready and removed pending final review labels Feb 26, 2023
@yaronya yaronya merged commit 9e5710a into main Feb 26, 2023
@yaronya yaronya deleted the chore-deprecate-external_id-#593 branch February 26, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore provider ready to merge PR approved - can be merged once the PR owner is ready
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants