Hi Guys
It looks like the latest version of the Octopus Cloud stopped outputting the Terraform logs when running the plan or apply steps.
The change happened between the 10th and the 11th of May.
This is log I’m talking about:
azurerm_sql_server.azuresql: Creating…
azurerm_sql_server.azuresql: Still creating… (10s elapsed)
azurerm_sql_server.azuresql: Creation complete after 48s
azurerm_sql_elasticpool.azuresql: Creating…
All it does now is start and you can’t see what is actually happening until the deployment is complete.
I can see the command that the step run changed but it shouldn’t affect the log output not displaying.
This is the command that was run before:
terraform.exe apply -auto-approve -no-color -input=false
This is the command now:
“terraform.exe” apply -no-color -auto-approve