Skip to content

Commit

Permalink
fix(terraform): update keys, lockfiles, deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Aug 22, 2023
1 parent b7d1652 commit 12ae9ad
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
34 changes: 17 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions lambdas/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ module "runners" {
# Use the latest Ubuntu 20.04 AMI from our account
# built using the packer template in the packer folder
ami_filter = {
name = ["github-runner-ubuntu-focal-amd64-*"]
name = ["github-runner-ubuntu-focal-amd64-*"]
state = ["available"]
}
ami_owners = [data.aws_caller_identity.current.account_id]
enable_userdata = false
Expand Down
3 changes: 1 addition & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
source = "hashicorp/aws"
}
local = {
source = "hashicorp/local"
Expand Down

0 comments on commit 12ae9ad

Please sign in to comment.