Noel Jones
Noel Jones
It does indeed appear to be in the SDK now. Let me know if someone knows otherwise! I am having a look at implementing. Will let you know how I...
UPDATE: This coment refers to code in Pull Request. https://github.com/hashicorp/terraform-provider-azurerm/pull/17864 Seems to work ok :-) Have tested without ip_configuration, with, and changing (forces recreate). Need to update the documentation and...
@shghildi sorry, not yet. I created a Pull Request but it has not been added into Terraform yet. Fingers crossed it won't be too long but I don't know the...
Hi all, apologies for not responding earlier to queries. First off, I note that my PR was merged and is in v3.21 of the provider. I don't know why it...
Hi @vinusorout, yes, as I showed in my previous example the COSMOS resource shows multiple required members. This was news to me since in our production infrastructure we only created...
I've read through this with interest since I have just come across the warning 3 times with no indication of where the offending field is set. That would surely be...
A bit of further info, seems that taint checking was removed from Ruby 3.2 https://bugs.ruby-lang.org/issues/16131
Anyone got a workaround for this? I've spent best part of a working day trying different forms of quotes. The clue that the " is removed instead of the \...
I've had a look through the code and the issue lies unsurprisingly within tasks/terraform-cli/src/runners/builders/run-with-command-options.ts. It all appears to be to split the string with multiple arguments into an array of...
Is there likely to be a resolution for this? I've ended up here having spent a fair while trying to reasearch why my CI/CD pipelines fail to apply changes if...