Skip to content

Commit 2ac92cb

Browse files
authored
Merge pull request #3 from babbel/bump-hashicorp/aws-v4
Bump hashicorp/aws dependency
2 parents aebaccc + c7497cd commit 2ac92cb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a simplified version of the [`terraform-aws-modules/acm/aws`](https://re
99
```tf
1010
module "acm" {
1111
source = "babbel/acm/aws"
12-
version = "~> 1.0"
12+
version = "~> 1.1"
1313
1414
primary_domain_name = "example.com"
1515

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)