diff --git a/src/main.tf b/src/main.tf index d7659f1..b569eda 100644 --- a/src/main.tf +++ b/src/main.tf @@ -96,7 +96,7 @@ data "aws_ami" "runner" { module "sg" { source = "cloudposse/security-group/aws" - version = "1.0.1" + version = "2.2.0" security_group_description = "Security group for GitHub runner" allow_all_egress = true