Skip to content

Commit e47c39e

Browse files
committed
feat: support aws v6 provider
1 parent f45f49e commit e47c39e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ data "aws_partition" "current" {}
3535

3636
module "proxy" {
3737
source = "cloudposse/ec2-autoscale-group/aws"
38-
version = "0.41.0"
38+
version = "0.41.1"
3939

4040
image_id = data.aws_ssm_parameter.linux_ami.value
4141
instance_type = "t3.nano"

0 commit comments

Comments
 (0)