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

Add team membership to the docs #411

Merged
merged 1 commit into from
Oct 19, 2021

Conversation

mandarg
Copy link
Contributor

@mandarg mandarg commented Oct 19, 2021

Prior to this change, a straightforward terraform plan of the resources in the front page documentation at https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs would throw the following warning:

Warning: "teams": [DEPRECATED] Use the 'pagerduty_team_membership'
resource instead.

After this change, it doesn't.

Submitting since this bit me while testing out this provider 😄

Prior to this, a straightforward `terraform plan` of the resources in
the front page documentation would throw the following warning:

  Warning: "teams": [DEPRECATED] Use the 'pagerduty_team_membership'
  resource instead.

After this change, it doesn't.
Copy link
Contributor

@stmcallister stmcallister left a comment

Choose a reason for hiding this comment

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

Yep! I've been meaning to clean this up for a long time. Thank you for beating me to it! This will certainly make the docs more clear.

@stmcallister stmcallister merged commit fcd69c1 into PagerDuty:master Oct 19, 2021
@mandarg mandarg deleted the remove-deprecated-docs branch October 19, 2021 20:31
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