terraform-provider-terracurl
terraform-provider-terracurl copied to clipboard
A flexible Terraform provider for making API calls
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.17.0 to 2.24.1. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.24.1 BUG FIXES: helper/resource: Fixed TestStep type ImportStateCheck field so that it only matches against resources following a...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.0.0 to 3.2.0. Release notes Sourced from goreleaser/goreleaser-action's releases. v3.2.0 What's Changed chore: remove workaround for setOutput by @crazy-max (#374) chore(deps): bump @actions/core from 1.9.1 to 1.10.0...
Feature Request: Ability to execute with insecure mode against systems with self-signed certificates
When executing against as system with a self-signed certificate it would be great to be able to pass an insecure flag. Today if the self-signed certificate is not known the...
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.2.1 to 2.0.1. Release notes Sourced from leonsteinhaeuser/project-beta-automations's releases. Release v2.0.1 What's Changed fix: positive actions state on error call by @leonsteinhaeuser in leonsteinhaeuser/project-beta-automations#54 Full Changelog: https://github.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.0...v2.0.1...
Would like be good if we support custom CA and Certificate, like `ca_file`, `cert_file`, `key_file`, useful when we enforced client to include it like, enforce mTLS in Vault / Consul...
I'm making requests to URLs with Vault-generated certs. As such, I need to trust Vault's CA cert. Doesn't look like the provider supports that yet.
Bumps [github.com/hashicorp/terraform-plugin-log](https://github.com/hashicorp/terraform-plugin-log) from 0.4.1 to 0.7.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-log's releases. v0.7.0 FEATURES: tflog: Added MaskAllFieldValuesRegexes(), MaskAllFieldValuesStrings(), MaskLogRegexes() and MaskLogStrings() functions, which extend further the log masking filtering, for...
Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.10.1 to 0.13.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-docs's releases. v0.13.0 ENHANCEMENTS: schemamd: Nested attributes are now correctly grouped in "optional", "required" and "read-only" (#163). BUG FIXES: template...
**Describe the issue** Setting a dynamic token in X-Vault-Token leads to authentication failure when running Terraform apply. **To Reproduce** 1. Use the vault token create command to create a token...
I see that the [data block provides way to read response of an HTTP url](https://registry.terraform.io/providers/devops-rob/terracurl/latest/docs/data-sources/request#response) but can this be extended to download binary files in base64 encoding as well? Usecases:...