Denis O
Denis O
Updated logic for target port determination in case of port-forwarding to service and target port on the pod is different. Test result: ``` --- PASS: TestTunnelOpensAPortForwardTunnelToPod (9.87s) --- PASS: TestTunnelOpensAPortForwardTunnelToService...
Included changes: * added in `k8s` package functions to test Kubernetes CronJobs; * added tests to verify CronJobs functions; * since K8S tests are executed against the [1.18](https://github.com/gruntwork-io/terratest/blob/master/.circleci/config.yml#L12) version, used...
Included changes: * Updated `GetSubnetsForVpcE` to load paginated VPC results * Added `CidrBlock` to response list of Subnets - this will help to get a better view on allocated blocks...
## Description Updated `Merge` function to detect duplicate "generate" blocks from includes Fixes #2280. ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ] Update the docs. - [ ]...
## Description Update `k8s-service` helm chart to allow configuration of traffic policies for created K8S service ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [ ] Update the docs. -...
### Terraform Version ```shell Terraform v1.7.0 on linux_amd64 ``` ### Terraform Configuration Files ```terraform module "test" { source = "github.com/denis256/terraform-test-module.git//modules/test-file?ref=team/ABC-1234-component" } ``` ### Debug Output https://gist.github.com/denis256/ca6eac9fe36b5ee6f27c67db6f1ca79d ### Expected Behavior Module...
**Describe the solution you'd like** Add support for handling personal access tokens in scaffolding private repos **Describe alternatives you've considered** It works now, but user need to pass token in...
## Description Included changes: * improved remote state changes identification to handle nested maps * added integration tests to track that initialization is performed only once Fixes #2930. ## TODOs...
## Description Initial support for OpenTelemetry Included changes: * added collection of execution spans * each span has metadata about executed command, arguments, working dir * traces collection for terraform...
## Description Add support for Terraform 1.7: * Updated CICD jobs to use Terraform 1.7 * Updated documentation ## TODOs Read the [Gruntwork contribution guidelines](https://gruntwork.notion.site/Gruntwork-Coding-Methodology-02fdcd6e4b004e818553684760bf691e). - [x] Update the docs....