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

Use hashicorp/terraform-schema #15

Closed
vkleen opened this issue Dec 8, 2022 · 0 comments · Fixed by #18
Closed

Use hashicorp/terraform-schema #15

vkleen opened this issue Dec 8, 2022 · 0 comments · Fixed by #18

Comments

@vkleen
Copy link
Contributor

vkleen commented Dec 8, 2022

Hashicorp is maintaining a schema generation library in Go for Terraform at https://github.com/hashicorp/terraform-schema. Using it would provide us with correct schemas without having to hardcode core Terraform options. An implementation using terraform-schema would automatically resolve #14 and #3 and should ease the implementation of #6.

@vkleen vkleen linked a pull request Dec 19, 2022 that will close this issue
vkleen added a commit that referenced this issue Jan 2, 2023
Add a placeholder backend field, typed as `Dyn`. This will allow writing
terraform configurations with backends as a stop-gap measure until #15
and #18 are done.
vkleen added a commit that referenced this issue Jan 2, 2023
Add a placeholder backend field, typed as `Dyn`. This will allow writing
terraform configurations with backends as a stop-gap measure until #15
and #18 are done.
@vkleen vkleen closed this as completed in #18 Feb 6, 2023
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

Successfully merging a pull request may close this issue.

1 participant