diff --git a/.github/workflows/arm-rhel-pipeline.yml b/.github/workflows/arm-rhel-pipeline.yml deleted file mode 100644 index 50872a7..0000000 --- a/.github/workflows/arm-rhel-pipeline.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: ARM RHEL AMI Pipeline - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - workflow_dispatch: - -jobs: - build: - runs-on: [ self-hosted ] - - steps: - - uses: actions/checkout@v3 - - - name: Set up Terraform - uses: hashicorp/setup-terraform@v1 - with: - terraform_version: 1.1.0 - - - name: Terraform Init - run: terraform init - - - name: Terraform Plan - run: terraform plan - - - name: Terraform Apply - run: terraform apply -auto-approve \ No newline at end of file