Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/security-group/aws to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 41158ec commit a542af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a542af1

Please sign in to comment.