diff --git a/builtin/providers/aws/resource_aws_instance.go b/builtin/providers/aws/resource_aws_instance.go index c7dee37f5..2683181be 100644 --- a/builtin/providers/aws/resource_aws_instance.go +++ b/builtin/providers/aws/resource_aws_instance.go @@ -101,7 +101,7 @@ func resourceAwsInstance() *schema.Resource { }, }, - "vpc_security_groups_ids": &schema.Schema{ + "vpc_security_group_ids": &schema.Schema{ Type: schema.TypeSet, Optional: true, Computed: true,