Skip to content

Commit

Permalink
Merge pull request #4241 from b-ryan/fix/opsworks-ssh-key-write-only
Browse files Browse the repository at this point in the history
Make the OpsWorks cookbooks SSH key write only
  • Loading branch information
apparentlymart committed Dec 10, 2015
2 parents 981add7 + 921944c commit b679bb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builtin/providers/aws/resource_aws_opsworks_stack.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit b679bb2

Please sign in to comment.