Skip to content

Commit

Permalink
Merge pull request #4 from babbel/bump-hashicorp/aws-v4
Browse files Browse the repository at this point in the history
Bump hashicorp/aws dependency
  • Loading branch information
awendt authored Mar 18, 2022
2 parents ecbc027 + 7046dee commit 71a9c96
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.2.0

- [Bump hashicorp/aws dependency](https://github.com/babbel/terraform-aws-ses-sending-domain/pull/4)

## v1.1.0

- [Fix Zone ID](https://github.com/babbel/terraform-aws-ses-sending-domain/pull/2)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "aws_route53_zone" "email-example" {
module "ses-sending-domain-example" {
source = "babbel/ses-sending-domain/aws"
version = "~> 1.0"
version = "~> 1.2"
domain_name = "example.com"
route53_zone = aws_route53_zone.email-example
Expand Down
2 changes: 1 addition & 1 deletion _test/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = ">= 3, < 5"
}
}
required_version = ">= 0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.0"
version = ">= 3, < 5"
}
}
required_version = ">= 0.13"
Expand Down

0 comments on commit 71a9c96

Please sign in to comment.