David Della Vecchia
David Della Vecchia
Like elasticache_subnet_group, elasticache_parameter_group to name a couple. They are supported in the AWS provider but not by awsls
I'm unable to delete `aws_ec2_client_vpn_endpoint` whether I have a filter or not. It fails during the list stage with the following error: `⨯ failed to list awsls supported resources error=parsing...
I have a kind of unique issue I guess in that I use security groups as targets for rules in my infrastructure. It's a really easy and secure way to...
Loving terratest for the most part but my test suites output a log file that's around 20MB and the terratest_log_parser binary can take 2 hours to de-interlace that content. I...
I believe Macie support has broken govcloud for the tool. Once I upgraded I could no longer run the tool in govcloud, I got this error: ``` [cloud-nuke] INFO[2022-08-04T17:37:57-04:00] Retrieving...
Our infra uses terragrunt for deployment and as such our raw terraform is not in a place where it can be initiated or applied independently. I can kinda hack it...
### Terraform, Provider, Kubernetes and Helm Versions ``` Terraform version: 1.0.6 Provider version: 2.3.0 Kubernetes version: 1.20 ``` ### Affected Resource(s) - helm_release ### Terraform Configuration Files ```hcl provider "helm"...