79485351

Date: 2025-03-05 03:09:54
Score: 0.5
Natty:
Report link

Try adding a step to install Terraform in the second stage - Terraform Apply as well. Your code only installs it in the first stage.

Since the second stage is a Deployment stage you should add a step to explicitly checkout your repo.

- task: TerraformInstaller@1
  inputs:
    terraformVersion: 'latest'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arun