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 1d52e7b commit ff1f157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/terraform_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ jobs:
id: tf_output
run: |
terraform output -raw eks_connect > eks_connect.txt
cat eks_connect.txt
- name: Upload Terraform Output Artifact
uses: actions/upload-artifact@v4
with:
name: terraform-output
path: eks_connect.txt
path: ./eks_connect.txt
1 change: 1 addition & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "aws_vpc" "main" {
}
}


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

0 comments on commit ff1f157

Please sign in to comment.