Skip to content

Commit

Permalink
trying to use existing igw
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Jul 28, 2022
1 parent c58d721 commit f181e18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deployment_oidc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ jobs:
run: terraform init

## Validate Terraform
# - name: Terraform Validate
# working-directory: ./resources/deployable/terraform-unity
# id: validate
# run: terraform validate -no-color
- name: Terraform Validate
working-directory: ./resources/deployable/terraform-unity
id: validate
run: terraform validate -no-color

## Plan Terraform
- name: Terraform Plan
Expand Down
5 changes: 4 additions & 1 deletion terraform-unity/variables.mcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ data "aws_subnet" "subnet-two" {
}

data "aws_internet_gateway" "infra-env-gw" {
id = "igw-0622379cb99c03649"
filter {
name = "attachment.vpc_id"
values = [var.vpc_id]
}
}

0 comments on commit f181e18

Please sign in to comment.