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:
commit
b679bb2b31
|
@ -231,9 +231,6 @@ func resourceAwsOpsworksSetStackCustomCookbooksSource(d *schema.ResourceData, v
|
||||||
if v.Revision != nil {
|
if v.Revision != nil {
|
||||||
m["revision"] = *v.Revision
|
m["revision"] = *v.Revision
|
||||||
}
|
}
|
||||||
if v.SshKey != nil {
|
|
||||||
m["ssh_key"] = *v.SshKey
|
|
||||||
}
|
|
||||||
nv = append(nv, m)
|
nv = append(nv, m)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue