Skip to content

Commit

Permalink
removed tfplan file creation
Browse files Browse the repository at this point in the history
  • Loading branch information
chefgs committed Jul 16, 2024
1 parent 3f571d3 commit f8fb1b3
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/tf_cloud_aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ jobs:
terraform plan
working-directory: ${{ env.tfcode_path }}

- name: Upload Terraform Plan
uses: actions/upload-artifact@v2
with:
name: terraform-plan
path: ${{ env.tfcode_path }}/tfplan

# Once the user verifies the Terraform Plan, the user can run the Terraform Apply and Destroy commands
apply_terraform_plan:
needs: aws_tfc_job
Expand All @@ -71,11 +65,6 @@ jobs:
uses: hashicorp/setup-terraform@v2.0.2
with:
cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }}
- name: Download Terraform Plan
uses: actions/download-artifact@v2
with:
name: terraform-plan
path: ${{ env.tfcode_path }}
- name: Terraform Apply
run: |
echo "** Running Terraform Apply**"
Expand Down

0 comments on commit f8fb1b3

Please sign in to comment.