Bob Haddleton
Bob Haddleton
Is there a recommended way to extend RBAC permissions for the provider to other CRDs in the local cluster? I have some custom resources that are not accessible by the...
The RequestsClient() in bravado has a session object that I can use to set the proxies for all requests that use that session. I can't figure out how to do...
### What happened? There are approximately 78 resources that support a "tags" parameter in the spec.forProvider section. Of these, 60 define tags as an array of objects with key and...
### What happened? When an EKS NodeGroup fails to create it ends up in the CREATE_FAILED state permanently and the MR has to be manually deleted and reconciled to retry....
### What problem are you facing? Terraform provides a number of environmental variables that might make the provider-terraform implementation a little cleaner. Some, but not all, are documented here: https://www.terraform.io/cli/config/environment-variables...
### What happened? If I'm reading the code correctly, and from observations in the running pod, the provider Connect() method sets/creates the working directory in /tf/, re-generates the module source...
### What happened? When leader-election is used and replicas = 2, the standby pod prints an error from garbage collection ever hour: ``` 2022-10-15T01:09:56.247Z INFO provider-terraform Garbage collection failed {"error":...
### Description of your changes Add signal handling when calling terraform commands that lock state so that the command can be gracefully terminated to clean up the workspace state locking....
### What happened? Reconciliation is running with the default poll interval of 1 minute, which means that (theoretically) every terraform Workspace gets reconciled once every 60 seconds. In reality since...
### What happened? When using a terraform module that has a Terraform helm provider and helm chart configured, the terraform apply fails because the Terraform helm provider tries to download...