clean up some conflicts with

This commit is contained in:
Clint Shryock 2015-06-16 16:38:26 -05:00
parent c1cdac1f76
commit 359826be26
1 changed files with 4 additions and 5 deletions

View File

@ -55,7 +55,6 @@ func resourceAwsSecurityGroupRule() *schema.Resource {
Optional: true,
ForceNew: true,
Elem: &schema.Schema{Type: schema.TypeString},
ConflictsWith: []string{"source_security_group_id"},
},
"security_group_id": &schema.Schema{