providers/aws: security group VPC ID can be computed in a default VPC
This commit is contained in:
parent
e827180887
commit
e4ec2eb0cf
|
@ -36,6 +36,7 @@ func resourceAwsSecurityGroup() *schema.Resource {
|
|||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
ForceNew: true,
|
||||
Computed: true,
|
||||
},
|
||||
|
||||
"ingress": &schema.Schema{
|
||||
|
|
Loading…
Reference in New Issue