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

Bug: Unable to read monitored service that has dependencies configured #964

Open
jtitra opened this issue Mar 29, 2024 · 0 comments
Open

Comments

@jtitra
Copy link

jtitra commented Mar 29, 2024

Terraform Version

Terraform v1.7.5
on darwin_arm64
+ provider registry.terraform.io/harness/harness v0.30.7

Affected Resource(s)

  • harness_platform_monitored_service

Terraform Configuration Files

data "harness_platform_monitored_service" "test_service" {
  identifier = var.identifier
  org_id     = var.org_id
  project_id = var.project_id
}

Panic Output

image

Expected Behavior

Data cannot be read from a monitored service that has dependencies configured.
Data can be read as expected from a monitored service that does not have dependencies configured.

Actual Behavior

panic: unknown dependency metadata type
Error: The terraform-provider-harness_v0.30.7 plugin crashed!

Steps to Reproduce

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

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

1 participant