Merge pull request #4241 from b-ryan/fix/opsworks-ssh-key-write-only

Make the OpsWorks cookbooks SSH key write only
This commit is contained in:
Martin Atkins 2015-12-09 18:04:58 -08:00
commit b679bb2b31
1 changed files with 0 additions and 3 deletions

View File

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