Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/mudlark/terraform-provider-…
Browse files Browse the repository at this point in the history
…aws into mudlark-master
  • Loading branch information
bflad committed Sep 30, 2019
2 parents c785891 + c1952b4 commit 6ea4f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_cloudhsm2_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func setTagsAwsCloudHsm2Cluster(conn *cloudhsmv2.CloudHSMV2, d *schema.ResourceD
tagList := make([]*cloudhsmv2.Tag, 0, len(create))
for k, v := range create {
tagList = append(tagList, &cloudhsmv2.Tag{
Key: &k,
Key: aws.String(k),
Value: v,
})
}
Expand Down

0 comments on commit 6ea4f64

Please sign in to comment.