Mike Dixson
Mike Dixson
Hi, I used the offline installer initially. I've since used chocolately but the same issue persists. I've used chocolately to uninstall and reinstall too. Thanks Mike On Tue, 22 Sep...
Yeah I'm admin. Could be antivirus possibly. I'll do an uninstall and clean everything out and see how that goes and maybe try a VM with and without Windows defender...
Hi Jan, Yes I'm afraid so :-( On Thu, 15 Apr 2021 at 16:27, Jan Hovancik ***@***.***> wrote: > Is this still an issue? > > — > You are...
I want this too please!
This problem persists and affects my projects too. We're having to work around it by having terraform variable used as switches for when to run these statements but it's a...
Based on a bit of n00b poking around the code, could it be possible that to track state changes, the resourceStatementRead function reads the current state of the resource from...
The way we've worked around this is two fold. One either put in a variable flag, eg. run_init_sql = true OR a null resource that creates a hash of the...
Thanks for the reminder @phildier ```powershell # Terraform configuration for demonstrating a work around to the redshiftdata_statement resource not keeping track of its state properly. # # This code: #...
The null resource trigger prevents the procedure from being recreated. This can be used for other SQL queries. The stored procedure method is useful to ensure idempotence, in our instance...