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

Warning: DaVinci Export JSON contains unknown properties (August 2024) #347

Closed
patrickcping opened this issue Aug 15, 2024 · 1 comment · Fixed by #350
Closed

Warning: DaVinci Export JSON contains unknown properties (August 2024) #347

patrickcping opened this issue Aug 15, 2024 · 1 comment · Fixed by #350
Assignees
Labels
status/triaged The issue/PR has completed initial triage and needs assignment type/bug Something isn't working
Milestone

Comments

@patrickcping
Copy link
Contributor

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.3.3

Terraform Version

Terraform v1.9.3
on darwin_amd64

Affected Resource(s)

  • davinci_flow

Terraform Configuration Files

# Copy-paste your DaVinci related Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

# Remember to replace any account/customer sensitive information in the configuration before submitting the issue

# NOTE: PLEASE DO NOT share DaVinci JSON exports publicly without encrypting files first.  DaVinci JSON exports can contain environment/tenant specific information, and may also include secrets.

TBC

Debug Output

│ Warning: DaVinci Export JSON contains unknown properties
│ 
│   with davinci_flow.acjaeeskxf,
│   on main.tf line 105, in resource "davinci_flow" "acjaeeskxf":
│  105:   flow_json = <<EOT
│  106:   {
...
│  362:   }
│  363: EOT
│ 
│ The DaVinci Flow Export contains properties that cannot be validated.  These parameters will be preserved on import to the DaVinci service, but there may be unpredictable results in difference calculation.
│ 
│ 
│ (and 2 more similar warnings elsewhere)

Panic Output

N/a

Expected Behavior

No warning shown

Actual Behavior

Warning shown. terraform plan and terraform apply not impacted

Steps to Reproduce

  1. terraform apply

Important Factoids

References

@patrickcping patrickcping added type/bug Something isn't working status/needs-triage The issue/PR needs initial triage labels Aug 15, 2024
@patrickcping patrickcping added this to the v0.3.4 milestone Aug 15, 2024
@patrickcping patrickcping self-assigned this Aug 15, 2024
@patrickcping patrickcping modified the milestones: v0.3.4, v0.4.0 Aug 15, 2024
@patrickcping patrickcping added status/triaged The issue/PR has completed initial triage and needs assignment and removed status/needs-triage The issue/PR needs initial triage labels Aug 16, 2024
@patrickcping
Copy link
Contributor Author

ID property added to FlowVariable object. The next DV SDK update will resolve this issue

@patrickcping patrickcping added the status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK label Aug 16, 2024
@patrickcping patrickcping linked a pull request Aug 16, 2024 that will close this issue
@patrickcping patrickcping removed the status/blocked/upstream-sdk The issue/PR is blocked by an upstream SDK label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triaged The issue/PR has completed initial triage and needs assignment type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant