Skip to content

Commit

Permalink
pass in address of Elastic San Id (#24603)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Jan 23, 2024
1 parent 30d54ae commit 8927a7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (r ElasticSANVolumeGroupResource) Arguments() map[string]*pluginsdk.Schema
ValidateFunc: validate.ElasticSanVolumeGroupName,
},

"elastic_san_id": commonschema.ResourceIDReferenceRequiredForceNew(volumegroups.ElasticSanId{}),
"elastic_san_id": commonschema.ResourceIDReferenceRequiredForceNew(&volumegroups.ElasticSanId{}),

"encryption_type": {
Type: pluginsdk.TypeString,
Expand Down

0 comments on commit 8927a7f

Please sign in to comment.