File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ## 2.1.2 (2016/07/22)
5
+
6
+ - Fix the should_have_properties and should_not_have_properties to work properly when given a string thats not in a list
7
+
8
+ --------------------
9
+
4
10
## 2.1.1 (2016/07/22)
5
11
6
12
- Resource matching done via a string will now work as a regex. Lists passed into ` .resource ` will work as before.
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = "terraform_validate" ,
5
- version = "2.1.1" ,
5
+ version = "2.1 .2 ,
6
6
author = "Edmund Dipple" ,
7
7
author_email = "elmundio1987@gmail.com" ,
8
8
description = "A library that provides asserts for testing Terraform configuration" ,
9
9
url = "https://github.com/elmundio87/terraform_validator" ,
10
- download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.1.1 ' ,
10
+ download_url = 'https://github.com/elmundio87/terraform_validate/tarball/2.1.2 ' ,
11
11
keywords = ['terraform' , 'assert' , 'testing' ],
12
12
packages = find_packages (),
13
13
install_requires = [
You can’t perform that action at this time.
0 commit comments