Álvaro Torres Cogollo

Results 12 issues of Álvaro Torres Cogollo

Closes #82 : Feature request: parse -D parameters with dot notation. Usage: ``` $ cat template.j2 Follow this steps: 1. Connect to {{ server }} 2. Enter the following credentials:...

### Current Terraform and Cloudflare provider version Terraform: v1.1.4 Cloudflare provider: 3.10.1 ### Description Allow setting `request_limit_fail_open` flag through `cloudflare_worker_route` resource. More info: https://github.com/cloudflare/cloudflare-go/issues/828 ### Use cases Allow setting `request_limit_fail_open=true`...

kind/enhancement
service/workers
workflow/pending-public-documentation

My use case is that I want to mount /etc/ssl/certs for each pod inside a namespace in order to use a custom CA easily. It would be great to take...

### Current cloudflare-go version 0.34.0 ### Description I want to set this through the API: ![image](https://user-images.githubusercontent.com/29432139/157854528-e58a6067-58ed-405e-91a5-4b40450d74bc.png) I was able to do that with curl (although it is not documented explicitly...

### OpenTofu Version ```shell OpenTofu v1.6.1 on darwin_arm64 ``` ### Use Cases ## Example 1: Deploying lambda stored on ECR and doing the rollout from outside tofu code * I...

enhancement
pending-decision

Since the [environment variable value is marked always as sensitive](https://github.com/spacelift-io/terraform-provider-spacelift/blob/ea738144ad07b048efc456481bd53ff5e75846f1/spacelift/resource_environment_variable.go#L73), you are not able to see the actual value in the plan. And, especially when you're passing complex data or...

good first issue

## Is your request related to a problem? Please describe. AWS recommends to use control_object_ownership and stop using ACLs: https://aws.amazon.com/blogs/security/iam-policies-and-bucket-policies-and-acls-oh-my-controlling-access-to-s3-resources/ >As a general rule, AWS recommends that you use S3...

When terraform changes any field related to how commits are done (email, commit message, etc), it pushes an unexpected empty commit to the repo. This is specially relevant when importing...

Fixes: #420 * #420 Currently, `postgresql_grant_role` resources cannot be imported. This PR adds support for importing `postgresql_grant_role` resources into the Terraform state. The import ID format would be defined as:...

Fixes #495 * #495 This PR adds support for automatically retrying PostgreSQL connections in terraform-provider-postgresql, similar to the behavior already implemented in [terraform-provider-mysql](https://github.com/petoju/terraform-provider-mysql/blob/v3.0.84/mysql/provider.go#L892-L919) Currently, unstable network issues can cause PostgreSQL...