Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit 1244503

Browse files
authored
Merge pull request #80 from f5devcentral/deprecated-expressions
Fix deprecated expressions error
2 parents 5235b5c + 570779a commit 1244503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data "aws_ami" "f5_ami" {
1414

1515
filter {
1616
name = "name"
17-
values = ["${var.f5_ami_search_name}"]
17+
values = [var.f5_ami_search_name]
1818
}
1919
}
2020

0 commit comments

Comments
 (0)