Fixes DNS Name Per Environment and Protocols Per Port Rules in Sec Grp

This commit is contained in:
2023-10-07 08:53:41 -03:00
parent 48eb00ceba
commit 05fa3fb0e5
5 changed files with 36 additions and 20 deletions

View File

@@ -30,6 +30,13 @@ jobs:
# Initialize a new or existing Terraform working directory by creating initial files, loading any remote state, downloading modules, etc.
- name: 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
- name: Terraform Plan