This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Move to terraform-json (CLI Schema) internally #262
Labels
Comments
Here is the MSSQL DB server schema:
As you can see, we cannot identify if "storage_account_access_key" is sensitive or not:
|
2 tasks
In provider-jet-aws, we noticed that some of the required fields are not marked with |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What problem are you facing?
Recently we introduced generating resources from CLI schema with a conversion function which still converts input schema to SDK v2 schema. This was originally done to gradually move to the new schema and make sure it works fine.
We should completely move to terraform-json (CLI Schema) also as an internal representation to get rid of conversions and simplify the codebase.
How could Terrajet help solve your problem?
Use terraform-json as internal representation and remove dependency to Terraform SDK v2.
The text was updated successfully, but these errors were encountered: