Emiliano 'AlberT' Gabrielli

Results 12 issues of Emiliano 'AlberT' Gabrielli

aws-resource-stepfunctions-statemachine local documentation is outdated and doe not reflects last changes in the online version. For example "Definition" property is missing in the local version. ONLINE: LOCAL:

I'm always frustrated when I switch project (and client) and the regions being showed are not the right ones. ![Screenshot 2020-08-30 at 11 26 43](https://user-images.githubusercontent.com/1442700/91655791-bb430a80-eab3-11ea-98f3-027696bca3f7.png) It would be very useful...

feature-request
configuration
filtering-tagging

Having forced the access to S3 via CloudFormation, there is not need to abuse the 403 return code and act on it as a 404. I explain it with plenty...

Documentation on LB states to forward traffic to **localhost** .. which makes no sense IMHO ## Context Put a L3/L4 LB in front of the GUI. So only IP and...

enhancement
feature
triaged

Please release a new NGINX image with version >=1.16.1 ![Screenshot 2022-09-05 at 11 38 04](https://user-images.githubusercontent.com/1442700/188419074-2872aca6-dbbf-4473-b1cf-9a0397eca1a7.png) Thanks

**Terraform Version & Prov:** **AFT Version:** 1.7.0 **Terraform Version & Provider Versions** `terraform version` ``` Terraform v1.3.7 ``` `terraform providers` ``` + provider registry.terraform.io/hashicorp/archive v2.2.0 + provider registry.terraform.io/hashicorp/aws v4.44.0 +...

enhancement

Using `ignore-from-file .gitignore` seems to wrongly handle the case like the following: ``` .* !.checkmake !.editorconfig !.gitignore !.gitlab/ !.gitlab-ci.yml !.gitleaks.yml ``` With the above config no error is reported in...

### Terraform Version 1.2.0 ### Affected Resource(s) Please list the resources as a list, for example: - datadog_dashboard_list - datadog_dashboard_json ### Terraform Configuration Files ```hcl resource "datadog_dashboard_list" "cdcst" { name...

bug
resource/datadog_dashboard_json

`php /full/path/to/index.php cron/index` fails as the app relies on being executed in the "public dir" Even if not strictly necessary (a `cd` could solve) I suggest to use only fully...