Closed alfespa17 closed 1 year ago
Fixes #25
This will fix the issue with the param order for "-no-color" and "-json" options when creating the terraform client like the following example:
TerraformClient terraformClient = TerraformClient .builder() .environmentVariables(new HashMap<>()) .terraformParameters(new HashMap<>()) .terraformVersion("1.2.9") .jsonOutput(true) .showColor(false) .errorListener(System.err::println) .outputListener(System.out::println) .build();
Example:
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
0.0% Coverage 0.0% Duplication
Fixes #25
This will fix the issue with the param order for "-no-color" and "-json" options when creating the terraform client like the following example:
Example:
Plan
Apply
Destroy