Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored and YakDriver committed Feb 18, 2021
1 parent 5e7d005 commit a99fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/data_source_aws_security_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ data "aws_security_group" "default_by_name" {
data "aws_security_group" "by_tag" {
tags = {
Seed = "${aws_security_group.test.tags["Seed"]}"
Seed = aws_security_group.test.tags["Seed"]
}
}
Expand Down

0 comments on commit a99fd88

Please sign in to comment.