Skip to content

Commit

Permalink
Update Terraform cloudposse/ec2-instance/aws to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent d31855f commit 2f355b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/terraform/aws/ec2/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "ec2_instance" {
source = "cloudposse/ec2-instance/aws"
version = "1.1.1"
version = "1.2.0"
vpc_id = local.vpc_id
subnet = local.subnet
security_groups = [aws_security_group.instance.id]
Expand Down

0 comments on commit 2f355b9

Please sign in to comment.