providers/aws: fix test
This commit is contained in:
parent
dad141ec08
commit
ce997a9a33
|
@ -301,7 +301,7 @@ resource "aws_instance" "foo" {
|
||||||
`
|
`
|
||||||
|
|
||||||
const testAccCheckInstanceConfigTagsUpdate = `
|
const testAccCheckInstanceConfigTagsUpdate = `
|
||||||
resource "aws_vpc" "foo" {
|
resource "aws_instance" "foo" {
|
||||||
tags {
|
tags {
|
||||||
bar = "baz"
|
bar = "baz"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue