Fixes Security Groups Ports

This commit is contained in:
2023-10-09 03:14:42 -03:00
parent 4aee499d7a
commit 120d855201

View File

@@ -31,13 +31,6 @@ jobs:
- name: Terraform Init - name: Terraform Init
run: terraform init run: terraform init
- name: Terraform Ignore Buckets
run: |
terraform state rm \
module.bucket.aws_s3_bucket.default \
module.bucket.aws_s3_bucket_policy.default \
module.bucket.aws_s3_bucket_public_access_block.bucket_public_disabled
# Generates an execution plan for Terraform # Generates an execution plan for Terraform
- name: Terraform Plan - name: Terraform Plan
run: terraform plan -input=false -destroy run: terraform plan -input=false -destroy