Yiskaneto
Yiskaneto
Hello, This is a feature request to have the option to specify the number of messages to send on the PepperBoxLoadGenerator. For example: `java -cp pepper-box-1.0.jar com.gslab.pepper.PepperBoxLoadGenerator --schema-file schema_file --producer-config-file...
### PR Description This resolves issue https://github.com/ManagedKube/kubernetes-ops/issues/449 #### Changes: 1. AWS terraform provider version updated for VPC module With the retirement of EC2-Classic the `enable_classiclink` and` enable_classiclink_dns_support` attributes have been...
As we create resources is always a good practice to keep tags for them. This PR adds the [tags argument](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role#tags) to the `aws_iam_role` resource which reads its value from the...
## Description Fixes https://github.com/gruntwork-io/terragrunt-action/issues/48 - Added the following 2 non-required inputs to install Python3 for projects that need to use the [AWS Lambda Terraform module](https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws/latest): - `tg_install_python_3` - `tg_python_version` -...
**Describe the solution you'd like** Some projects make use of the [AWS Lambda Terraform module](https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws/latest) in which python3 is required. Currently if you try to use it the Terragrunt action...
**Is your feature request related to a problem? Please describe.** I'd like to get the current date (year-month-day-hour-minute) as part of the name of the `aws-
# Description Fixes #1641 Added the current date when Scout is run to the report file name, this way we get multiple reports instead of trying to override a report...