From 1706ba57b1578f16d3edb68cb14d0cb883479801 Mon Sep 17 00:00:00 2001 From: Jon Calalang Date: Tue, 11 Jun 2024 10:44:59 -0700 Subject: [PATCH] remove godaddy since the api is stupid --- .github/workflows/main.yaml | 80 ++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 49b76155..64cf32b1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -381,46 +381,46 @@ jobs: run: terraform apply --auto-approve ######################################################################################################## - - GoDaddy-Terraform-Configuration: - # The type of runner that the job will run on - runs-on: ubuntu-20.04 - - # Environment Variables - env: - GODADDY_API_KEY: ${{ secrets.GODADDY_API_KEY }} - GODADDY_API_SECRET: ${{ secrets.GODADDY_API_SECRET }} - - # Where are the Terraform files - defaults: - run: - working-directory: godaddy/terraform/ - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - uses: actions/checkout@v3 - - - uses: hashicorp/setup-terraform@v2 - with: - terraform_version: 1.7.4 - - - name: Terraform GoDaddy-Terraform fmt - id: fmt - run: terraform fmt -check - continue-on-error: false - - - name: Terraform GoDaddy-Terraform Init - id: init - run: terraform init -backend-config="hostname=${{ secrets.TF_CLOUD_HOSTNAME }}" -backend-config="organization=${{ secrets.TF_CLOUD_ORGANIZATION }}" -backend-config="token=${{ secrets.TF_CLOUD_TOKEN }}" - - - name: Terraform GoDaddy-Terraform Validate - id: validate - run: terraform validate -no-color - - - name: Terraform GoDaddy-Terraform Apply - id: apply - run: terraform apply --auto-approve - +# +# GoDaddy-Terraform-Configuration: +# # The type of runner that the job will run on +# runs-on: ubuntu-20.04 +# +# # Environment Variables +# env: +# GODADDY_API_KEY: ${{ secrets.GODADDY_API_KEY }} +# GODADDY_API_SECRET: ${{ secrets.GODADDY_API_SECRET }} +# +# # Where are the Terraform files +# defaults: +# run: +# working-directory: godaddy/terraform/ +# +# # Steps represent a sequence of tasks that will be executed as part of the job +# steps: +# - uses: actions/checkout@v3 +# +# - uses: hashicorp/setup-terraform@v2 +# with: +# terraform_version: 1.7.4 +# +# - name: Terraform GoDaddy-Terraform fmt +# id: fmt +# run: terraform fmt -check +# continue-on-error: false +# +# - name: Terraform GoDaddy-Terraform Init +# id: init +# run: terraform init -backend-config="hostname=${{ secrets.TF_CLOUD_HOSTNAME }}" -backend-config="organization=${{ secrets.#TF_CLOUD_ORGANIZATION }}" -backend-config="token=${{ secrets.TF_CLOUD_TOKEN }}" +# +# - name: Terraform GoDaddy-Terraform Validate +# id: validate +# run: terraform validate -no-color +# +# - name: Terraform GoDaddy-Terraform Apply +# id: apply +# run: terraform apply --auto-approve +# ######################################################################################################## Kubernetes-Terraform-Infrastructure: