Skip to content

Commit

Permalink
Merge pull request #7 from Nali-zoi/feature/upgrade-to-13
Browse files Browse the repository at this point in the history
Feature/upgrade to 13
  • Loading branch information
Nali-zoi authored Apr 28, 2021
2 parents 58e8727 + bf552f9 commit 5577fc4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0
ENHANCEMENT:
* Upgrade to terraform 0.13 [#6](https://github.com/zoitech/terraform-aws-cloudfront/issues/6)

## 1.0.0
ENHANCEMENTS:
* Upgrade TF to version 12 ([#4](https://github.com/zoitech/terraform-aws-cloudfront/issues/4))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "my_cloudfront" {
source = "git::https://github.com/zoitech/terraform-aws-cloudfront.git"
# Or to specifiy a particular module version:
source = "git::https://github.com/zoitech/terraform-aws-cloudfront.git?ref=v0.0.1"
source = "git::https://github.com/zoitech/terraform-aws-cloudfront.git?ref=2.0.0"
```
### Usage Example
```
Expand Down
7 changes: 6 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

terraform {
required_version = ">= 0.12"
required_version = ">= 0.13"
required_providers {
aws = {
source = "hashicorp/aws"
}
}
}

0 comments on commit 5577fc4

Please sign in to comment.