Skip to content

Commit

Permalink
fix emr cluster detection
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 11, 2023
1 parent 0661d20 commit 5b2e4e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,7 @@
* 2.0.1 -- 2023-04-29
- code 2.0.1
- add pagination for list hosted zone by vpc (as some vpcs have hundreds of zones, specifically the one with dns endpoints)

* 2.0.3 -- 2023-05-11
- code 2.0.3
- fix emr cluster detection
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "2.0.1"
_module_version = "2.0.3"
}

0 comments on commit 5b2e4e0

Please sign in to comment.