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

Unable to import harness_platform_db_instance #1094

Open
jtitra opened this issue Oct 16, 2024 · 0 comments
Open

Unable to import harness_platform_db_instance #1094

jtitra opened this issue Oct 16, 2024 · 0 comments

Comments

@jtitra
Copy link

jtitra commented Oct 16, 2024

Terraform Version

❯ tofu --version
OpenTofu v1.8.3
on darwin_arm64
+ provider registry.opentofu.org/harness/harness v0.34.1

Affected Resource(s)

  • harness_platform_db_instance

Terraform Configuration Files

// DBDevOps Instance
resource "harness_platform_db_instance" "pet_clinic_tf" {
  identifier = "Dev"
  name       = "Dev"
  org_id     = "sandbox"
  project_id = "Titra"
  schema     = "PetClinic_TF"
  branch     = "main"
  connector  = "PetClinic_Dev"

  tags = ["owner:Titra", "iacmManaged:true"]
}

Debug Output

https://gist.github.com/jtitra/32ac3df0968172b51c5b8f1758f8ce0f

Expected Behavior

resource is imported

Actual Behavior

error occurs

Steps to Reproduce

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

  1. tofu import harness_platform_db_instance.pet_clinic_tf sandbox/Titra/QA
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