Skip to content

Commit

Permalink
Merge pull request #9 from morethancertified/feature
Browse files Browse the repository at this point in the history
changed instance type
  • Loading branch information
Derek Morgan authored Oct 21, 2024
2 parents 9460b03 + 6f0ce4a commit 024b31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
permissions:
contents: read
id-token: write
pull-requests: write

jobs:
terraform:
Expand Down
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 = "t2.large"
instance_type = "t3.micro"

0 comments on commit 024b31c

Please sign in to comment.