Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyeqf committed Dec 13, 2024
1 parent 9e64fc1 commit 2220aef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func resourceSecurityCenterSubscriptionPricing() *pluginsdk.Resource {
return &pluginsdk.Resource{
Create: resourceSecurityCenterSubscriptionPricingCreate,
Read: resourceSecurityCenterSubscriptionPricingRead,
Update: resourceSecurityCenterSubscriptionPricingCreate,
Update: resourceSecurityCenterSubscriptionPricingUpdate,
Delete: resourceSecurityCenterSubscriptionPricingDelete,

Importer: pluginsdk.ImporterValidatingResourceId(func(id string) error {
Expand Down Expand Up @@ -54,6 +54,7 @@ func resourceSecurityCenterSubscriptionPricing() *pluginsdk.Resource {
string(security.PricingTierStandard),
}, false),
},

"resource_type": {
Type: pluginsdk.TypeString,
Optional: true,
Expand Down

0 comments on commit 2220aef

Please sign in to comment.