Skip to content

Commit

Permalink
workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flavius-dinu committed May 17, 2024
1 parent d112df1 commit bf66e36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: terraform-output
path: ./eks_connect.txt
path: ./terraform/eks_connect.txt
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ resource "aws_vpc" "main" {
}
}


resource "aws_subnet" "public_subnet" {
count = 2
vpc_id = aws_vpc.main.id
Expand Down

0 comments on commit bf66e36

Please sign in to comment.