File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.0
4+
5+ - [ Bump hashicorp/aws dependency] ( https://github.com/babbel/terraform-aws-acm/pull/3 )
6+
37## v1.0.0
48
59- [ Initial version] ( https://github.com/babbel/terraform-aws-acm/pull/1 )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This is a simplified version of the [`terraform-aws-modules/acm/aws`](https://re
99``` tf
1010module "acm" {
1111 source = "babbel/acm/aws"
12- version = "~> 1.0 "
12+ version = "~> 1.1 "
1313
1414 primary_domain_name = "example.com"
1515
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 aws = {
44 source = " hashicorp/aws"
5- version = " ~> 3.0 "
5+ version = " >= 3, < 5 "
66 }
77 }
88 required_version = " >= 0.13"
You can’t perform that action at this time.
0 commit comments