Skip to content

Commit

Permalink
Merge pull request #134 from galacticcouncil/ci/fix-runner-image
Browse files Browse the repository at this point in the history
ci: fix runner image
  • Loading branch information
fakirAyoub authored Aug 24, 2021
2 parents 9eb7108 + 3d0df2c commit a6db44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/infra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "ec2_pwd" {


resource "aws_instance" "runner-aws" {
ami = "ami-0475a997adb0e2ae8"
ami = "ami-048d3ee85feb7ad11"
instance_type = "c5ad.4xlarge"
subnet_id = "subnet-0ba99ac0d4aea3dc6"
key_name = "aws-ec2-key"
Expand Down

0 comments on commit a6db44f

Please sign in to comment.