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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot remove optional parameter values on davinci_variable #253

Open
patrickcping opened this issue Jan 9, 2024 · 0 comments
Open

Cannot remove optional parameter values on davinci_variable #253

patrickcping opened this issue Jan 9, 2024 · 0 comments
Labels
status/blocked/upstream-api The issue/PR is blocked by an upstream API status/triaged The issue/PR has completed initial triage and needs assignment type/bug Something isn't working

Comments

@patrickcping
Copy link
Contributor

patrickcping commented Jan 9, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

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.

DaVinci Terraform provider Version

v0.2.1

Terraform Version

v1.6.6

Affected Resource(s)

  • davinci_variable

Terraform Configuration Files

Step 1

resource "davinci_variable" "variable" {
  environment_id = pingone_environment.my_environment.id
  name           = "test"
  context        = "company"
  description    = "desc"
  value          = "7"
  type           = "number"
  min            = "5"
  max            = "10"
  mutable        = false
}

Step 2

resource "davinci_variable" "variable" {
  environment_id = pingone_environment.my_environment.id
  name           = "test"
  context        = "company"
  type           = "number"
}

Debug Output

N/a

Panic Output

N/a

Expected Behavior

Optional attributes removed from service configuration and state

Actual Behavior

Optional attributes left behind in the service, inconsistent plan against state

Steps to Reproduce

  1. Step 1: terraform apply
  2. Step 2: terraform apply

Important Factoids

References

@patrickcping patrickcping added type/bug Something isn't working status/triaged The issue/PR has completed initial triage and needs assignment status/blocked/upstream-api The issue/PR is blocked by an upstream API labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/blocked/upstream-api The issue/PR is blocked by an upstream API status/triaged The issue/PR has completed initial triage and needs assignment type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant