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

pagerduty_tag_assignment misconfiguration in the docs #562

Closed
Coolomina opened this issue Aug 29, 2022 · 0 comments
Closed

pagerduty_tag_assignment misconfiguration in the docs #562

Coolomina opened this issue Aug 29, 2022 · 0 comments

Comments

@Coolomina
Copy link
Contributor

Bad resource configuration on pagerduty_tag_assignment resource documentation, where the pagerduty_tag resource turns up with an unknown configuration option called type, which produces a An argument named "type" is not expected here. error when running terraform validate on any version of Terraform.

Hi there,

Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.

Terraform Version

Terraform v1.2.8

  • provider registry.terraform.io/pagerduty/pagerduty v2.6.1

Affected Resource(s)

Please list the resources as a list, for example:

  • pagerduty_tag_assignment

If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.

Terraform Configuration Files

resource "pagerduty_tag" "example" {
  label = "API"
  type  = "tag"
}

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform validate
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

No branches or pull requests

2 participants