Richard Hillmann
Richard Hillmann
i fixed that by generating the gateway attribute at my own, not sure if this is an expected behavior as the documentation tells its an "optional" parameter. `gateway = cidrhost(var.subnets.ipv4_cidr,1)`
Hey @bflad i just tried this approach with the latest versions, but i have some strange error what looks like a framework error to me. So, i was successfully be...
@bflad Indeed, but unfortunately changing this to `false` does not has any effect. I also removed all attribute based modifiers without luck. I pushed into a branch so you can...
Thanks for the explanation @bflad! Yes, thats exactly my use case :D. I was already aware how the aws plugin is doing it, but thought it will behave different in...
@bflad No, the [tfsdk.UseStateForUnknown()](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-framework/tfsdk#UseStateForUnknown) does not seem to help at all in this case. I cannot really distinguish any difference with it. The terraform state is storing the `optional` value...
I encountered exactly the same problem today. The backend always provides a empty Map when no entries are set, no nil pointer. Now i have two options, either return the...
two and a half years later and this is still a issue. Fargate with EKS could have so great potential, but with the slow scaling capability its a real bummer.
> That is because fargate uses a EC2 vm which is slow and not a container. AWS is vm centric. This is not entirely true. AWS developed firecracker, a microVM...
> I'm in favor of the --no-iptables-removal-on-termination option, even as a default, because it is failsafe from a security perspective as well as a possible solution to this problem. The...
just facing the same issues with last official 3.6 release: ``` 2020/07/29 10:34:02 http: proxy error: context canceled {"addr":"10.112.48.16:51780","duration":1001,"headers":{},"level":"info","method":"PUT","msg":"processed request","path":"/latest/api/token","status":502,"time":"2020-07-29T10:34:02Z"} 2020/07/29 10:34:02 http: proxy error: context canceled {"addr":"10.112.51.213:50932","duration":1001,"headers":{},"level":"info","method":"PUT","msg":"processed request","path":"/latest/api/token","status":502,"time":"2020-07-29T10:34:02Z"} 2020/07/29...