Erik Paasonen

Results 11 comments of Erik Paasonen

Additional ref: https://github.com/PagerDuty/terraform-provider-pagerduty/pull/435

@shinmog now that #85 is closed, could that enable this feature request to move forward? Not sure I fully understand the implementation of the fix in #85 until we can...

@megakoresh 's solution is essentially what I got working in our POC (`null_provider` resource with a `local_exec` provisioner). I found that the `depends_on` list does not necessarily have to grow...

This bug causes Terraform to unnecessarily throw away all in-progress executions in an unrecoverable manner, because the CodePipeline service supercedes any in-progress executions whenever the pipeline configuration is modified (even...

the `policy-bot` repo depends on the `oauth2` pkg in this repo, and the dependency on v1.4 of github.com/alexedwards/scs is causing PolicyBot to get flagged with a CVSS 9 vulnerability according...

summary: > rqlitestore Session Token Handling SQL Injection Authentication Bypass description: > rqlitestore contains a flaw that may allow carrying out an SQL injection attack. The issue is due to...

Since realizing that the `cookiestore` code that PolicyBot depends on seems to have been deleted in v2, scrutiny on the embedded dependency of PolicyBot is impeding our efforts to get...

FYI this appears to be the same engineering problem as retrieving outputs from another Terraform stack. Hashicorp has [a list of suggestions](https://www.terraform.io/language/state/remote-state-data#alternative-ways-to-share-data-between-configurations) on how to solve this. If you're Azure...

All tests passing locally for me. ![image](https://github.com/user-attachments/assets/164552a1-aab4-4855-a3d9-ecbb61f748df)

I'm not entirely certain the test feedback was fully addressed before this was merged. could use follow-up if someone runs into an issue with this. 👍