mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge #6649: OpsWorks app_source SSH key is write-only
This commit is contained in:
commit
44deec3097
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user