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

application_id not necessary #36

Closed
patrickcping opened this issue Feb 7, 2023 · 1 comment
Closed

application_id not necessary #36

patrickcping opened this issue Feb 7, 2023 · 1 comment
Labels

Comments

@patrickcping
Copy link
Contributor

Where the resource is davinci_application, the application_id is not necessary as it will instead be used as the id

"application_id": {
Type: schema.TypeString,
Computed: true,
Description: "DaVinci generated identifier",
},

This may apply to other resources and datasources

@samir-gandhi
Copy link
Contributor

Following P1.

  • when the field is Required or Computed and Optional keep it as element_id - I assume for UX.
  • when the field is Computed only use `id.

updating schema per this.

samir-gandhi added a commit that referenced this issue Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants