Hi everyone, I am new to pulumi and I am trying to...
# dotnet
f
Hi everyone, I am new to pulumi and I am trying to create my first deployment. For our stack we need the Azure FormRecognizer cognitive services account, I know that it is validated and the "FormRecognizer" kind is not in the list of valid kinds - the pr to add it is already merged to the terraform provider ๐Ÿ™‚. My question is: can I somehow make pulumi ignore the validation error and proceed on creating the infrastructure ? sort of a --force flag ?
b
It canโ€™t be ignored Iโ€™m afraid :/ Iโ€™m hopeful there will be a release of the upstream provider this week and that should fix your issue
f
No problem, will add manually for the time being ๐Ÿ‘๐Ÿป
b
@freezing-waiter-91293 your new code is now live within Pulumi ๐Ÿ™‚
๐Ÿ‘ 1
f
Great !!! thanks :)