Merge #6649: OpsWorks app_source SSH key is write-only

This commit is contained in:
Martin Atkins 2016-05-12 16:52:34 -07:00
commit 44deec3097

View File

@ -466,9 +466,6 @@ func resourceAwsOpsworksSetApplicationSource(d *schema.ResourceData, v *opsworks
if v.Revision != nil {
m["revision"] = *v.Revision
}
if v.SshKey != nil {
m["ssh_key"] = *v.SshKey
}
nv = append(nv, m)
}