Doug Papenthien
Doug Papenthien
### Terraform Version and Provider Version Terraform v0.12.26 ### Provider Version + provider.helm v1.2.3 ### Affected Resource(s) - helm_release ### Terraform Configuration Files ```hcl resource "helm_release" "appdynamics_machine_agent" { name =...
Looking over the [JDBC driver documentation for logging](https://docs.snowflake.com/en/user-guide/jdbc-configure.html#simple-logging-facade-for-java-org-slf4j), it looks like I shouldn't have to explicitly tell the driver to use an SLF4J logger provided I have the necessary logger...
API_DATA_IS_SENSITIVE can be used to instruct the provider that it's dealing with sensitive data to ensure masking of API responses in terraform plans. However, this is not granular enough to...
I have CodeQL analysis enabled on a project that performs scans of C code using the cpp configuration. Normally, the scans works just fine. However, we had a scheduled scan...
**Describe the bug** Depending on your perspective, this may not be a bug. However, if it's not then I think some documentation to make the expected behavior clearer would help...
**Description of the issue** We've been using the advanced configuration option for GitHub for awhile now with no issues. With all of the improvements made to the default configuration option,...