terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
### Versions Terraform version: 1.4.2 Vault: 1.13.0 Vault provider version: 3.14.0 ### Affected Resource(s) - `vault_aws_access_credentials` datasource ### Terraform Configuration Files ```hcl provider "vault" { address = "" skip_child_token =...
### Description When individual attributes change on a vault_pki_secret_backend_issuer resource only changed attributes are sent in the API call to update a issuer, however the call is made with PUT...
### Terraform Version terraform -v Terraform v1.4.3-dev on linux_amd64 ### Affected Resource(s) - vault_gcp_secret_impersonated_account If this issue appears to affect multiple resources, it may be an issue with Terraform's core,...
This is a feature request to add support for [control group](https://developer.hashicorp.com/vault/docs/enterprise/control-groups#control-groups-in-acl-policies) in the `vault_policy_document` data source. For example: ```hcl data "vault_policy_document" "example" { rule { path = "secret/*" capabilities =...
Hi there, I am opening this ticket because I am doing a complex Terraform where I have a Kubernetes cluster in AWS and from there I need to read some...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.13 to 1.54.11. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.54.11 (2024-06-28) Service Client Updates service/acm-pca: Updates service API service/cloudhsmv2: Updates service API and documentation Added 3...
### Description This PR adds the ability to create a database connection resource to cloudSQL (postgres) with privateIP ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) -...
Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.6 to 0.7.7. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.7 (May 30, 2024) BUG FIXES: client: avoid potentially leaking URL-embedded basic authentication credentials in logs (#158) Commits 1542b31...
### Terraform Core Version 1.8.5 ### Terraform Vault Provider Version 4.3.0 ### Vault Server Version 1.15.8+ent ### Affected Resource(s) * vault_ssh_secret_backend_ca ### Expected Behavior Upgrading the Vault provider from `4.2.0`...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.7.0. Release notes Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases. sdk/messaging/azservicebus/v1.7.0 1.7.0 (2024-04-02) Features Added Add in ability to handle emulator connection strings. (PR#22663) sdk/internal/v1.7.0 1.7.0 (2024-05-01) Features...