Felipe Narváez
Felipe Narváez
It would be awesome if could be possible to export the diagram to a PNG or JPEG, because Screenshots doesn't have the same quality than a autogenerated image.
I think that idle and watchPos properties should have an observer, I mean, if one of this 2 properties change must request a position.
Terraform failed when basePath is set, this is because lambda functions name can not have a special character. issues related to this are #288 #310
issues related to this are https://github.com/milliHQ/terraform-aws-next-js/issues/288 https://github.com/milliHQ/terraform-aws-next-js/issues/310
This feature allow to deploy sites in specific netlify's team Fixes #33
In the documentation doesn't provide a way to deploy a site in specific team. How can I do that with terraform?
## What I trying to accomplish I need to configure istio addon ``` module "cluster" { disable_istio_config = "false" } ``` # Fix ``` addons_config { istio_config { disable =...