Skip to content

Commit

Permalink
Merge pull request #2 from morethancertified/feature
Browse files Browse the repository at this point in the history
added infracost
  • Loading branch information
Derek Morgan authored Oct 18, 2024
2 parents 49e5c06 + 14bb006 commit 3f96233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/infracost.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Check Cost'
name: 'Run Infracost'

on:
pull_request:
Expand Down Expand Up @@ -51,4 +51,6 @@ jobs:
--repo=$GITHUB_REPOSITORY \
--github-token=${{ github.token }} \
--pull-request=${{ github.event.pull_request.number }} \
--behavior=update
--behavior=update
2 changes: 1 addition & 1 deletion terraform/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
region = "us-east-1"
instance_type = "t3.micro"
instance_type = "t3.small"

0 comments on commit 3f96233

Please sign in to comment.