We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1.8.5
resource "pagerduty_incident_workflow" "major_workflow" { name = "Major Incident Workflow" description = "Automatically create zoom" ... step { action = "pagerduty.com:incident-workflows:create-zoom-meeting:1" name = "Create a Zoom Meeting" input { name = "Not Required" value = "Not Required" } } ... }
No change present in the the workflow configuration
There was a change detected in the configuration when in fact there was no change present.
# module.incident_workflows.pagerduty_incident_workflow.major_workflow will be updated in-place ~ resource "pagerduty_incident_workflow" "major_workflow" { id = "XXXXXXX" name = "Major Incident Workflow" # (1 unchanged attribute hidden) ~ step { id = "XXXXXXX" name = "Create a Zoom Meeting" # (1 unchanged attribute hidden) + input { + generated = false + name = "Not Required" + value = "Not Required" } } # (11 unchanged blocks hidden) }
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
v1.8.5
Terraform Configuration Files
Expected Behavior
No change present in the the workflow configuration
Actual Behavior
There was a change detected in the configuration when in fact there was no change present.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
a pagerduty_incident_workflow like aboveterraform apply
again and the there will be a change to add in the zoom input even though there is no change to the configuration file.The text was updated successfully, but these errors were encountered: