provider/aws: Fix typo in ELB import test (#6886)
This commit is contained in:
parent
6f04c36a1a
commit
3355c1528d
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func TestAccAWSELB_importBasic(t *testing.T) {
|
||||
resourceName := "aws_subnet.bar"
|
||||
resourceName := "aws_elb.bar"
|
||||
|
||||
resource.Test(t, resource.TestCase{
|
||||
PreCheck: func() { testAccPreCheck(t) },
|
||||
|
|
Loading…
Reference in New Issue