diff --git a/.gitea/workflows/infrastructure.yaml b/.gitea/workflows/infrastructure.yaml index fd57cfc..dbec793 100644 --- a/.gitea/workflows/infrastructure.yaml +++ b/.gitea/workflows/infrastructure.yaml @@ -30,14 +30,14 @@ jobs: uses: hashicorp/setup-terraform@v4 - name: Terraform init - uses: | + run: | terraform init -input=false - name: Terraform plan - uses: | + run: | terraform plan -no-color -input=false - name: Terraform apply - uses: | + run: | terraform apply -no-color - \ No newline at end of file