We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform supports different backend configurations: https://developer.hashicorp.com/terraform/language/settings/backends/configuration
These configuration options need to be reflected in the generated contract.
The text was updated successfully, but these errors were encountered:
I've implemented a placeholder contract for the backend field. The top-level contract now accepts that field but just assigns it type Dyn.
backend
Dyn
Sorry, something went wrong.
Because of #15 this now just works(TM).
No branches or pull requests
Terraform supports different backend configurations: https://developer.hashicorp.com/terraform/language/settings/backends/configuration
These configuration options need to be reflected in the generated contract.
The text was updated successfully, but these errors were encountered: