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
Move parsing of tfplan and tfstate from API into CLI
To Reproduce
Currently, TerraHub CLI is sending entire tfplan and tfstate to TerraHub API, where it is parsed and processed. Some customers don't want to expose their internal infrastructure details, therefore let's work on this feature that would transfer the parsing and processing into TerraHub CLI and send to TerraHub API only data that are strictly important and relevant, as well as leverage some kind of encryption mechanism to hide what might be perceived as private and/or protected information.
The text was updated successfully, but these errors were encountered:
Feature Report
Describe the Feature
Move parsing of tfplan and tfstate from API into CLI
To Reproduce
Currently, TerraHub CLI is sending entire tfplan and tfstate to TerraHub API, where it is parsed and processed. Some customers don't want to expose their internal infrastructure details, therefore let's work on this feature that would transfer the parsing and processing into TerraHub CLI and send to TerraHub API only data that are strictly important and relevant, as well as leverage some kind of encryption mechanism to hide what might be perceived as private and/or protected information.
The text was updated successfully, but these errors were encountered: