diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 171ce49..1b7d8dd 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -30,11 +30,6 @@ jobs: - name: Run Terraform Plan run: | cd test/conformance - terraform init - echo "done init phase!!!" - aws sts get-caller-identity - aws configure list-profiles - #export TF_LOG=trace make apply-pr - name: Cleanup if: always()