You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: