red8888
red8888
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
`Terraform v0.11.10` Im seeing this error (this is a valid tf config that applies successfully). Some other tf state it seems to work fine with, but this one it no...
I rely a lot on remote state imports like this: ``` data "terraform_remote_state" "some-state-with-outputs-I-want-to-reference" { backend = "s3" config = { bucket = "mybucket" key = "terraform-state-files/some-statefile" } } #...
I'm looking at the DatadogMonitorOptions struct and I can't find any of these options: Is this just not supported? It seems like `notifyNoData` does nothing? If I set it to...
I really want to use this, but the documentation is all but non existent. I can't just export a monitor as json and convert it to yaml because the CRDs...
On windows it defaults to using this provider so when I run docker login sensitive info isn't saved to the config.json. This is good but I need to disable it,...
Not sure if this is possible but today I got this error: `Error: UPGRADE FAILED: failed to create resource: Application.app.k8s.io "myapp" is invalid: spec.info.value: Invalid value: "integer": spec.info.value in body...
Tried following instructions but its not working for me I tried this in my zshrc and also in a current session: ``` # cloned repo fpath+=/path/to/where/you/installed/conda-zsh-completion compinit # also tried...
This seems like it would be trivial to implement. for all other scanners I can set params like this: ``` -Dsonar.projectKey=... -Dsonar.projectName=... -Dsonar.projectVersion=... -Dsonar.organization=... ``` for the msbuild scanner i...