clean up some conflicts with
This commit is contained in:
parent
c1cdac1f76
commit
359826be26
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue