laserpedro
laserpedro
fixes #1060 ## Description Enable the setup of private NAT Gateways by exposing the native resource argument `connectivity_type` and the related arguments. ## Motivation and Context If the module is...
## Is your request related to a new offering from AWS? - No : the resource `aws_nat_gatway` enable the [connectivity_type](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/nat_gateway#connectivity_type) argument to be set to `private` so that not internet...
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] After the service envoy-xxx-gateway is created I patched it as indicated as...
Currently I have defined two gateway classes: one whose controller is contour and another whose controller is aws vpc gateway controller. However in the logs of the aws gapi controller...
### What would you like added? ``` listenerTemplate: metadata: annotations: prometheus.io/scrape: true prometheus.io/path: /metrics prometheus.io/port: 8080 ``` ### Why is this needed? We need this to be able to scrap...
Hello, Would you be opened to the idea of using community modules (terraform-aws-eks, terraform-aws-vpc, terraform-aws-s3) in the terraform setup instead of re-declaring all the different resources ? I believe that...
Hello, Thank you for the blueprint. I had a question regarding the reserved capacity: since karpenter 1.3.0, we can define on the requirements the capacity type `reserved`. Therefore if I...