Jason Cubic

Results 4 comments of Jason Cubic

A workaround is to add this step after you install terraform. ```yaml # bug with act and terraform permissions: https://github.com/nektos/act/issues/491 - name: fix terraform file permissions run: find /tmp -name...

Similar here ``` Ready! [Error - 12:43:17 PM] Server initialization failed. Message: Request initialize failed with message: request to https://js.grammarly.com/[email protected] failed, reason: self signed certificate in certificate chain Code: -32603...

This is the main.tf I am trying to use and getting that error. I am open to any ideas for improvement. ```terraform terraform { required_providers { aws = { source...

I need this too. I have a fuzzy logic search so I have to pull in some basic info for all users in ldap and run levenshtein search against some...