Open NickLarsenNZ opened 5 years ago
For what to print:
-r
--resources
tfconfig.Module.ManagedResources
-d
--data
--datasources
tfconfig.Module.DataResources
-p
--providers
tfconfig.Module.RequiredProviders
-m
--modules
tfconfig.Module.ModuleCalls
-v
--variables
tfconfig.Module.Variables
-o
--outputs
tfconfig.Module.Outputs
And the output format -f or --format being one of (markdown (default), json, yaml):
-f
--format
markdown
json
yaml
Consider diffing configs. Might need commands:
The flags above should apply to both: terrain diff, terrain show
terrain diff
terrain show
For what to print:
-r
--resources
tfconfig.Module.ManagedResources
-d
--data
,--datasources
tfconfig.Module.DataResources
-p
--providers
tfconfig.Module.RequiredProviders
-m
--modules
tfconfig.Module.ModuleCalls
-v
--variables
tfconfig.Module.Variables
-o
--outputs
tfconfig.Module.Outputs
And the output format
-f
or--format
being one of (markdown
(default),json
,yaml
):