Skip to content

Commit 8d840f7

Browse files
committed
pull across base64
1 parent 5921780 commit 8d840f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/automation/automation_certificate_resource.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +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),
150151
},
151152
}
152153

0 commit comments

Comments
 (0)