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

Commit

Permalink
Merge pull request #80 from f5devcentral/deprecated-expressions
Browse files Browse the repository at this point in the history
Fix deprecated expressions error
  • Loading branch information
mjmenger authored Nov 12, 2020
2 parents 5235b5c + 570779a commit 1244503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data "aws_ami" "f5_ami" {

filter {
name = "name"
values = ["${var.f5_ami_search_name}"]
values = [var.f5_ami_search_name]
}
}

Expand Down

0 comments on commit 1244503

Please sign in to comment.