Skip to content

Commit

Permalink
azurerm_nginx_certificate - key_vault_secret_id now accepts versi…
Browse files Browse the repository at this point in the history
…on-less key vault secret ids (#21949)
  • Loading branch information
puneetsarna authored May 26, 2023
1 parent 6366f7a commit 80e6e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/nginx/nginx_certificate_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (m CertificateResource) Arguments() map[string]*pluginsdk.Schema {
Type: pluginsdk.TypeString,
Required: true,
ForceNew: true,
ValidateFunc: keyvaultValidate.NestedItemId,
ValidateFunc: keyvaultValidate.NestedItemIdWithOptionalVersion,
},
}
}
Expand Down

0 comments on commit 80e6e80

Please sign in to comment.