Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf committed Feb 6, 2023
1 parent 99cd8c0 commit 3676987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/services/compute/shared_image_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ func expandSharedImageFeatures(d *pluginsdk.ResourceData) *[]compute.GalleryImag

if cvmEnabled := d.Get("confidential_vm_enabled").(bool); cvmEnabled {
features = append(features, compute.GalleryImageFeature{
Name: utils.String("ConfidentialVM"),
Value: utils.String("Enabled"),
Name: utils.String("SecurityType"),
Value: utils.String("ConfidentialVM"),
})
}

Expand Down

0 comments on commit 3676987

Please sign in to comment.