Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Dec 26, 2018
1 parent 36935bc commit 44af81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/terraform/resources/resource_kms_crypto_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func resourceKmsCryptoKeyRead(d *schema.ResourceData, meta interface{}) error {
d.Set("self_link", cryptoKey.Name)

if err = d.Set("version_template", flattenVersionTemplate(cryptoKey.VersionTemplate)); err != nil {
return fmt.Errorf("Error setting version_tempalte in state: %s", err.Error())
return fmt.Errorf("Error setting version_template in state: %s", err.Error())
}

d.SetId(cryptoKeyId.cryptoKeyId())
Expand Down

0 comments on commit 44af81f

Please sign in to comment.