Emma Sax

Results 4 issues of Emma Sax

I'm using this action like this (this works splendidly): ```yml - name: Check Out Code uses: actions/checkout@v2 with: ref: ${{ env.BRANCH }} fetch-depth: 0 ``` I only need to get...

### Terraform Version ``` $ terraform -v Terraform v1.2.7 on darwin_arm64 + provider registry.terraform.io/opsgenie/opsgenie v0.6.10 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `opsgenie_team`...

Hey. We were also looking at some licenses, and noticed the `LICENSE` file was missing in our version of the installed code (version 5.0.1). This is important because the ISC...

Hello. I am trying to install litmus with Terraform by calling the helm chart like the following: ```tf resource "helm_release" "litmus" { chart = "litmus" name = "litmus" namespace =...

kind/enhancement