Skip to content

Commit

Permalink
fix: version (#14)
Browse files Browse the repository at this point in the history
* (fix): provider version

* (update): waf version to v1.0.3

* (update): CHANGLOG

* (update): CHANGLOG
  • Loading branch information
xshot9011 authored Oct 25, 2022
1 parent d632a57 commit 55defee
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,27 @@

All notable changes to this module will be documented in this file.

## [1.0.6] - 2022-10-05
## [v1.0.7] - 2022-10-25

### Changed

- Update `module/waf` to version `v1.0.3`

## [v1.0.6] - 2022-10-05

### Changed

- Update module `module.waf` to new public version

## [1.0.5] - 2022-08-17
## [v1.0.5] - 2022-08-17

### Changed

- Update require version of terraform from `>=0.13` to `>=1.0.0`
- Update .pre-commit-config.yaml uncomment `terraform_unused_declarations`
- Update README regard to `versions.tf`

## [1.0.4] - 2022-08-03
## [v1.0.4] - 2022-08-03

### Added

Expand All @@ -29,13 +35,13 @@ All notable changes to this module will be documented in this file.
- remove vars `acm_cert_domain_name`
- vars `domain_aliases` is now only vars that use as cloudfront aliases

## [1.0.3] - 2022-07-22
## [v1.0.3] - 2022-07-22

### Changed

- freeze terraform-aws-waf version from `develop` to `1.0.2`

## [1.0.2] - 2022-06-30
## [v1.0.2] - 2022-06-30

### Added

Expand All @@ -50,14 +56,14 @@ All notable changes to this module will be documented in this file.

- init terraform-aws-cloudfront module

## [1.0.1] - 2022-05-09
## [v1.0.1] - 2022-05-09

### Added

- variables
- `is_create_log_access_role`

## [1.0.0] - 2022-04-28
## [v1.0.0] - 2022-04-28

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module "cloudfront_distribution" {

| Name | Source | Version |
|-----------------------------------------------|---------------|---------|
| <a name="module_waf"></a> [waf](#module\_waf) | oozou/waf/aws | 1.0.2 |
| <a name="module_waf"></a> [waf](#module\_waf) | oozou/waf/aws | 1.0.3 |

## Resources

Expand Down
2 changes: 1 addition & 1 deletion waf.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "waf" {
source = "oozou/waf/aws"
version = "1.0.2"
version = "1.0.3"

count = var.is_enable_waf ? 1 : 0

Expand Down

0 comments on commit 55defee

Please sign in to comment.