buildkite / terraform-provider-buildkite

Terraform provider for Buildkite
https://registry.terraform.io/providers/buildkite/buildkite/latest
MIT License
56 stars 34 forks source link

registry.terraform.io documentation does not seem to match repo #476

Closed grantwwu closed 8 months ago

grantwwu commented 8 months ago

Describe the bug At least one page on registry.terraform.io does not seem to match what's in the repo.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://registry.terraform.io/providers/buildkite/buildkite/1.3.0/docs/resources/team
  2. Observe the "A Cluster is a group of Agents that can be used to run your builds. Clusters are useful for grouping Agents by their capabilities, such as operating system, hardware, or location." text.
  3. Go to https://github.com/buildkite/terraform-provider-buildkite/blob/v1.3.0/docs/resources/pipeline_team.md?plain=1
  4. Observe that it does not contain said text.

Expected behavior What's in this repo should probably match what's on the registry website.

james2791 commented 8 months ago

Hey @grantwwu!

Good spot; this was an unintended carry over on the Team resource - was actually adjusted with this PR - once a newer version of the provider is released, the Terraform Registry page for it will be updated.