providers/aws: fix test

This commit is contained in:
Mitchell Hashimoto 2014-10-14 12:15:46 -07:00
parent dad141ec08
commit ce997a9a33
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ resource "aws_instance" "foo" {
`
const testAccCheckInstanceConfigTagsUpdate = `
resource "aws_vpc" "foo" {
resource "aws_instance" "foo" {
tags {
bar = "baz"
}