Emiliano 'AlberT' Gabrielli
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.  It would be very useful...
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...
Please release a new NGINX image with version >=1.16.1  Thanks
:) 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 +...
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...
datadog_dashboard_list->dash_item->type is ignored when referencing datadog_dashboard_json resources
### 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...
`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...