Skip to content

Commit dca90c0

Browse files
author
Jonathan McCall
committed
Update fixture to test for tags counts using "%" instead of "#"
1 parent 3b5e97d commit dca90c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/example.tfstate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"security_groups.#": "0",
3939
"source_dest_check": "true",
4040
"subnet_id": "subnet-59f9b32e",
41-
"tags.#": "1",
41+
"tags.%": "1",
4242
"tags.Role": "Web",
4343
"tenancy": "default",
4444
"vpc_security_group_ids.#": "1",

0 commit comments

Comments
 (0)