Skip to content

Commit

Permalink
Merge pull request #44 from ventx/test-ci
Browse files Browse the repository at this point in the history
fix: test refactored release-please
  • Loading branch information
hajowieland authored Oct 21, 2023
2 parents e0f03b1 + 497c1fb commit 9d01dec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 188 deletions.
187 changes: 0 additions & 187 deletions .github/workflows/pr-infracost.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/pr-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ jobs:

- name: Update Pull Request
uses: actions/github-script@v6
if: github.event_name == 'pull_request'
env:
PLAN: "terraform\n${{ steps.plan.outputs.stdout }}"
with:
Expand Down
1 change: 1 addition & 0 deletions internal.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "aws_subnet" "internal" {
}
}


# --------------------------------------------------------------------------
# Route Table
# --------------------------------------------------------------------------
Expand Down
3 changes: 3 additions & 0 deletions private.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resource "aws_subnet" "private" {
}
}


# --------------------------------------------------------------------------
# Route Table
# --------------------------------------------------------------------------
Expand All @@ -40,6 +41,7 @@ resource "aws_route_table" "private" {
}
}


# --------------------------------------------------------------------------
# NAT Gateway route
# --------------------------------------------------------------------------
Expand All @@ -55,6 +57,7 @@ resource "aws_route" "private_nat_gateway" {
}
}


# --------------------------------------------------------------------------
# IPv6 Route
# --------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions public.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ resource "aws_route_table" "public" {
}
}


# --------------------------------------------------------------------------
# Internet Gateway Route
# --------------------------------------------------------------------------
Expand Down

0 comments on commit 9d01dec

Please sign in to comment.