providers/aws: security group VPC ID can be computed in a default VPC

This commit is contained in:
Mitchell Hashimoto 2014-10-10 17:12:03 -07:00
parent e827180887
commit e4ec2eb0cf
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ func resourceAwsSecurityGroup() *schema.Resource {
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
},
"ingress": &schema.Schema{