Skip to content

Commit

Permalink
Set instance_id in KMS resource
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Dec 10, 2020
1 parent 8ac7339 commit cb7ff9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/resource_ibm_kms_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ func resourceIBMKmsKeyRead(d *schema.ResourceData, meta interface{}) error {
} else {
d.Set("policies", flattenKeyPolicies(policies))
}
d.Set("instance_id", instanceID)
d.Set("key_id", keyid)
d.Set("standard_key", key.Extractable)
d.Set("payload", key.Payload)
Expand Down

0 comments on commit cb7ff9d

Please sign in to comment.