Skip to content

Commit e35a295

Browse files
committed
add comment
1 parent 8d840f7 commit e35a295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/automation/automation_certificate_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func resourceAutomationCertificateUpdate(d *pluginsdk.ResourceData, meta interfa
147147
Properties: certificate.CertificateCreateOrUpdateProperties{
148148
Description: existing.Model.Properties.Description,
149149
IsExportable: existing.Model.Properties.IsExportable,
150-
Base64Value: d.Get("base64").(string),
150+
Base64Value: d.Get("base64").(string), // value is sensitive so we must grab it with a d.get
151151
},
152152
}
153153

0 commit comments

Comments
 (0)