ericrichtert
ericrichtert
We run citizen on a EC2 instance, and when uploading a large module (a few bytes of terraform and 1 large jar file for a lambda), the citizen process will...
### Terraform Version ``` λ terraform version Terraform v1.0.11 on windows_amd64 + provider registry.terraform.io/hashicorp/aws v2.70.0 ``` ### Terraform Configuration Files ```terraform terraform { required_providers { aws = { source =...
### Terraform Version Terraform v0.12.24 + provider.aws v2.53.0 + provider.random v2.2.1 + provider.template v2.1.2 ### Affected Resource(s) resource "random_password" "xxx_yyy_password" { length = 1 min_numeric = 1 min_lower = 1...
I created a helm chart to read the content of json files into a ConfigMap. With everything in 1 chart, I have no issues. This looks like this: ``` {{...
I try to implement the code from the oauth2-token-introspection-oss example, but the js code in the example has some failures since js engine 0.8.0. line 22: .toBytes() does not exist...