diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2352c9c..aa711ce 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,9 @@ "4ops.terraform", "fabiospampinato.vscode-todo-plus", "jgclark.vscode-todo-highlight", - "corentinartaud.pdfpreview" + "corentinartaud.pdfpreview", + "github.vscode-github-actions", + "genieai.chatgpt-vscode" ] } } diff --git a/.github/workflows/ses-juntekim.yml b/.github/workflows/ses-juntekim.yml index 95afc5a..c98b360 100644 --- a/.github/workflows/ses-juntekim.yml +++ b/.github/workflows/ses-juntekim.yml @@ -59,7 +59,7 @@ jobs: - name: Terraform Plan if: github.event_name == 'pull_request' working-directory: ${{ env.WORKING_DIR }} - run: terraform plan + run: terraform plan -input=false - name: Terraform Apply if: github.ref == 'refs/heads/main'