Skip to content

Commit

Permalink
Make the OpsWorks app_source SSH key write only
Browse files Browse the repository at this point in the history
Similarly to hashicorp#4241 prevent ssh_key in OpsWorks application app_source key from re-applying every time.
  • Loading branch information
Anton Koldaev authored and cristicalin committed May 24, 2016
1 parent b641cfd commit 1619256
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builtin/providers/aws/resource_aws_opsworks_application.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 1619256

Please sign in to comment.