providers/aws: fix test

pull/399/head
Mitchell Hashimoto 12 years ago
parent dad141ec08
commit ce997a9a33

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

Loading…
Cancel
Save