opentofu-terraform-provider.../vault
chpag 0cea5fa544
VAULT-27015: Fix Issue with plugin_name not used in vault_database_secret_backend_connection (#2705)
* Fix db getpluginname (#2704)

* Update resource_database_secret_backend_connection.go

Modify getDatabaseAPIDataForEngine to use unifiedSchema and then been able to getPluginName:
- with the prefix (UnifiedSchema = true)
- without the prefix (UnifiedSchema = false)

* modified:   vault/resource_database_secret_backend_connection_test.go

* modified:   vault/resource_database_secret_backend_connection_test.go

* modified:   vault/resource_database_secret_backend_connection_test.go

* modified:   vault/resource_database_secret_backend_connection_test.go

* Update CHANGELOG.md
2026-01-09 22:30:44 +00:00
..
auth_mount.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
auth_token.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
auth_token_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
batch_input_util.go [COMPLIANCE] Add Copyright and License Headers (#2515) 2025-07-29 10:46:50 -04:00
data_identity_entity.go identity/group-alias: add api client lock (#2140) 2024-02-14 13:12:54 -06:00
data_identity_entity_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_identity_group.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_identity_group_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_identity_oidc_client_creds.go fix(oidc_client): omit client_secret when client_type == "public" (#2048) 2023-10-11 12:33:54 -05:00
data_identity_oidc_client_creds_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_identity_oidc_openid_config.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_identity_oidc_openid_config_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_identity_oidc_public_keys.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_identity_oidc_public_keys_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_ad_credentials.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_ad_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_approle_auth_backend_role_id.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_approle_auth_backend_role_id_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
data_source_auth_backend.go auth/mount: fetch single vault resource on read (#2145) 2024-02-26 15:48:56 -06:00
data_source_auth_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_auth_backends.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_auth_backends_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_aws_access_credentials.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_aws_access_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_aws_static_credentials.go [COMPLIANCE] Add Copyright and License Headers (#1918) 2023-06-26 12:04:12 -05:00
data_source_aws_static_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_azure_access_credentials.go Address Azure propagation issue by creating a new token for each validation attempt (#2437) 2025-03-26 14:36:08 -07:00
data_source_azure_access_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_gcp_auth_backend_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_gcp_auth_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_generic_secret.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_generic_secret_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_kubernetes_auth_backend_config.go auth/kubernetes: add support for use_annotations_as_alias_metadata field (#2226) 2024-11-04 11:31:29 -06:00
data_source_kubernetes_auth_backend_config_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_kubernetes_auth_backend_role.go Added fields related to namespace used to create a role in kubernetes auth method (#2644) 2025-12-04 21:10:51 +00:00
data_source_kubernetes_auth_backend_role_test.go Added fields related to namespace used to create a role in kubernetes auth method (#2644) 2025-12-04 21:10:51 +00:00
data_source_kubernetes_credentials.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_kubernetes_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_kv_secret.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_kv_secret_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_kv_secret_v2.go [Docs] Fix typo in KVV2 Ephemeral Resource docs (#2481) 2025-05-27 15:53:38 -07:00
data_source_kv_secret_v2_test.go Prepare for v5.1.0 release (#2522) 2025-07-09 11:07:49 -07:00
data_source_kv_secrets_list.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_kv_secrets_list_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_kv_secrets_list_v2.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_kv_secrets_list_v2_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_kv_subkeys_v2.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_kv_subkeys_v2_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_ldap_dynamic_role_credentials.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_ldap_dynamic_role_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_ldap_static_role_credentials.go Fix documentation and remove erroneous credential parameters (#2151) 2024-02-21 14:00:27 -05:00
data_source_ldap_static_role_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_namespace.go add namespace data source (#2208) 2024-03-25 15:18:23 -05:00
data_source_namespace_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_namespaces.go feat(data_vault_namespaces): add recursive search (#2408) 2025-03-25 12:59:49 -03:00
data_source_namespaces_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_nomad_credentials.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_nomad_credentials_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_cert_metadata.go Add support for cert_metadata field and add data source to read cert metadata (#2422) 2025-03-05 12:27:09 -06:00
data_source_pki_secret_backend_cert_metadata_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_config_cmpv2.go Add support for disabled_validations to the PKI CMPv2 config resource (#2412) 2025-02-26 16:34:24 -05:00
data_source_pki_secret_backend_config_cmpv2_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_config_est.go Revert "Add vault_pki_secret_backend_config_est for PKI SCEP support (#2447)" (#2448) 2025-04-09 14:08:49 -04:00
data_source_pki_secret_backend_config_est_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_config_scep.go Add support for log_level PKI SCEP configuration (#2525) 2025-08-08 12:05:03 -04:00
data_source_pki_secret_backend_config_scep_test.go Add resource vault_scep_auth_backend_role to manage SCEP auth roles (#2479) 2025-07-04 15:41:00 -04:00
data_source_pki_secret_backend_issuer.go Add new PKI issuer verification config fields to issuer resources. (#2400) 2025-02-04 09:40:00 -05:00
data_source_pki_secret_backend_issuer_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_issuers.go Add support for multi-issuer functionality to PKI (#1910) 2023-06-20 13:55:23 -07:00
data_source_pki_secret_backend_issuers_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_key.go Add support for multi-issuer functionality to PKI (#1910) 2023-06-20 13:55:23 -07:00
data_source_pki_secret_backend_key_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_pki_secret_backend_keys.go Add support for multi-issuer functionality to PKI (#1910) 2023-06-20 13:55:23 -07:00
data_source_pki_secret_backend_keys_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_policy_document.go Revert change to allow for [] capabilities (#2466) 2025-05-13 13:37:28 -07:00
data_source_policy_document_test.go Revert change to allow for [] capabilities (#2466) 2025-05-13 13:37:28 -07:00
data_source_raft_autopilot_state.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_raft_autopilot_state_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_ssh_secret_backend_sign.go Add support for SSH sign endpoint (#2409) 2025-02-26 10:15:44 -06:00
data_source_ssh_secret_backend_sign_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_transform_decode.go chore: move generated resources to vault package (#2068) 2023-10-25 22:01:03 -05:00
data_source_transform_decode_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_transform_encode.go chore: move generated resources to vault package (#2068) 2023-10-25 22:01:03 -05:00
data_source_transform_encode_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_transit_cmac.go Add support for Transit CMAC endpoint (#2488) 2025-06-26 14:01:59 -04:00
data_source_transit_cmac_test.go Add support for Transit CMAC endpoint (#2488) 2025-06-26 14:01:59 -04:00
data_source_transit_decrypt.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_transit_decrypt_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_transit_encrypt.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
data_source_transit_encrypt_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
data_source_transit_sign.go Add support for Transit CMAC endpoint (#2488) 2025-06-26 14:01:59 -04:00
data_source_transit_sign_test.go Add support for Transit CMAC endpoint (#2488) 2025-06-26 14:01:59 -04:00
data_source_transit_verify.go Add support for Transit CMAC endpoint (#2488) 2025-06-26 14:01:59 -04:00
data_source_transit_verify_test.go Add support for Transit CMAC endpoint (#2488) 2025-06-26 14:01:59 -04:00
gcp.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
github.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
import_auth_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
import_generic_secret_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
import_mount_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
import_policy_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
kv_helpers.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
okta.go auth/mount: fetch single vault resource on read (#2145) 2024-02-26 15:48:56 -06:00
provider.go Add resources for managing OCI auth backends (#1761) 2025-07-30 10:15:19 -05:00
provider_factory.go [COMPLIANCE] Add Copyright and License Headers (#2464) 2025-05-12 11:59:12 -07:00
provider_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ad_secret_backend.go Ensure all mount errors are covered (#2289) 2024-07-08 10:56:41 -04:00
resource_ad_secret_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ad_secret_library.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_ad_secret_library_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ad_secret_roles.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_ad_secret_roles_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_alicloud_auth_backend_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_alicloud_auth_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_approle_auth_backend_login.go auth/approle: set sensitive for secret values (#2008) 2023-10-02 12:35:02 -05:00
resource_approle_auth_backend_login_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_approle_auth_backend_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_approle_auth_backend_role_secret_id.go Enhance secret by adding num_uses and ttl for vault_approle_auth_backend_role_secret_id (#2345) 2024-10-30 10:44:13 -05:00
resource_approle_auth_backend_role_secret_id_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_approle_auth_backend_role_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_audit.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_audit_request_header.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_audit_request_header_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_audit_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_auth_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_auth_backend_migrate.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
resource_auth_backend_migrate_test.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
resource_auth_backend_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_aws_auth_backend_cert.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_aws_auth_backend_cert_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_auth_backend_client.go VAULT-39756: Add support for allowed_sts_header_values associated fo aws auth client (#2631) 2025-10-16 12:25:43 +05:30
resource_aws_auth_backend_client_test.go VAULT-39756: Add support for allowed_sts_header_values associated fo aws auth client (#2631) 2025-10-16 12:25:43 +05:30
resource_aws_auth_backend_config_identity.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
resource_aws_auth_backend_config_identity_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_auth_backend_identity_whitelist.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_aws_auth_backend_identity_whitelist_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_auth_backend_login.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_aws_auth_backend_login_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_auth_backend_role.go fix/vault_aws_auth_backend_role - eventual consistency (#2440) 2025-06-23 13:17:11 -04:00
resource_aws_auth_backend_role_tag.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_aws_auth_backend_role_tag_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_auth_backend_role_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_aws_auth_backend_roletag_blacklist.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_aws_auth_backend_roletag_blacklist_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_auth_backend_sts_role.go Vault 32530 add external id to aws auth backend sts role (#2370) 2024-11-22 14:20:54 -08:00
resource_aws_auth_backend_sts_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_secret_backend.go secrets/aws: Add max_retries field to AWS Secret Backend. (#2623) 2025-10-18 10:23:31 +05:30
resource_aws_secret_backend_role.go secrets/aws: Add mfa_serial_number field to AWS Secret Backend role. (#2637) 2025-10-31 09:41:23 +05:30
resource_aws_secret_backend_role_test.go secrets/aws: Add mfa_serial_number field to AWS Secret Backend role. (#2637) 2025-10-31 09:41:23 +05:30
resource_aws_secret_backend_static_role.go Add TFVP support for cross-account mgmt of static roles in AWS Secrets (#2413) 2025-03-10 11:02:07 -07:00
resource_aws_secret_backend_static_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_aws_secret_backend_test.go secrets/aws: Add max_retries field to AWS Secret Backend. (#2623) 2025-10-18 10:23:31 +05:30
resource_azure_auth_backend_config.go add retry fields to azure backend config (#2629) 2025-10-24 15:07:28 +00:00
resource_azure_auth_backend_config_test.go add retry fields to azure backend config (#2629) 2025-10-24 15:07:28 +00:00
resource_azure_auth_backend_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_azure_auth_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_azure_secret_backend.go update all secrets mount resources with API fields (#2332) 2025-07-30 16:17:45 -07:00
resource_azure_secret_backend_role.go VAULT-39757_TFVP_Parity_Azure_Secret_Engine (#2642) 2025-10-31 11:12:05 +05:30
resource_azure_secret_backend_role_test.go VAULT-39757_TFVP_Parity_Azure_Secret_Engine (#2642) 2025-10-31 11:12:05 +05:30
resource_azure_secret_backend_test.go update all secrets mount resources with API fields (#2332) 2025-07-30 16:17:45 -07:00
resource_cert_auth_backend_role.go Remove deprecated fields from resources and documentation ahead of v.4.0.0 (#2181) 2024-03-11 14:33:03 -07:00
resource_cert_auth_backend_role_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_config_ui_custom_message.go Add vault_config_ui_custom_message resource (#2154) 2024-03-19 11:43:48 -04:00
resource_config_ui_custom_message_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_consul_secret_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_consul_secret_backend_role.go Remove consul secret backend role from state if not found on vault (#2321) 2024-09-10 10:49:57 -05:00
resource_consul_secret_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_consul_secret_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_database_secret_backend_connection.go VAULT-27015: Fix Issue with plugin_name not used in vault_database_secret_backend_connection (#2705) 2026-01-09 22:30:44 +00:00
resource_database_secret_backend_connection_test.go VAULT-27015: Fix Issue with plugin_name not used in vault_database_secret_backend_connection (#2705) 2026-01-09 22:30:44 +00:00
resource_database_secret_backend_role.go Add x509 support to TFVP (#1901) 2023-06-21 11:59:12 -07:00
resource_database_secret_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_database_secret_backend_static_role.go Add support for self managed workflow for rootless static roles in Oracle Secret Engine (#2661) 2025-12-03 22:27:56 +05:30
resource_database_secret_backend_static_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_database_secrets_mount.go update all secrets mount resources with API fields (#2332) 2025-07-30 16:17:45 -07:00
resource_database_secrets_mount_test.go TFVP - Added support for tls_server_name , local_datacenter, socket_keep_alive,consistency and username_template missing configuration parameters for Cassandra database secret engine (#2677) 2025-12-06 02:05:17 +05:30
resource_egp_policy.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_egp_policy_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_gcp_auth_backend.go VAULT-39760 Alias attributes and role id added to gcp auth backend (#2636) 2025-11-03 10:46:40 +05:30
resource_gcp_auth_backend_role.go VAULT-39760 Alias attributes and role id added to gcp auth backend (#2636) 2025-11-03 10:46:40 +05:30
resource_gcp_auth_backend_role_test.go VAULT-39760 Alias attributes and role id added to gcp auth backend (#2636) 2025-11-03 10:46:40 +05:30
resource_gcp_auth_backend_test.go VAULT-39760 Alias attributes and role id added to gcp auth backend (#2636) 2025-11-03 10:46:40 +05:30
resource_gcp_secret_backend.go Add ttl and max_ttl to gcp secret backend (#2627) 2025-11-03 05:35:49 +00:00
resource_gcp_secret_backend_test.go Add ttl and max_ttl to gcp secret backend (#2627) 2025-11-03 05:35:49 +00:00
resource_gcp_secret_impersonated_account.go Added TTL field (#2318) 2024-11-11 13:42:09 -06:00
resource_gcp_secret_impersonated_account_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_gcp_secret_roleset.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_gcp_secret_roleset_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_gcp_secret_static_account.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_gcp_secret_static_account_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_generic_endpoint.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_generic_endpoint_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_generic_secret.go Retry Write on kv-v2 config (#1955) 2023-07-26 15:15:23 -04:00
resource_generic_secret_migrate.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
resource_generic_secret_migrate_test.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
resource_generic_secret_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_github_auth_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_github_auth_backend_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_github_team.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_github_team_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_github_user.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_github_user_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_entity.go Update vault_identity_entity to exclude policies from Vault request if external_policies = true. (#1950) 2023-07-25 14:21:37 -05:00
resource_identity_entity_alias.go identity/group-alias: add api client lock (#2140) 2024-02-14 13:12:54 -06:00
resource_identity_entity_alias_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_entity_policies.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_entity_policies_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_entity_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_group.go fix Identity Group externally managed policies lost on update (#2084) 2023-11-13 09:37:43 -06:00
resource_identity_group_alias.go identity/group-alias: add api client lock (#2140) 2024-02-14 13:12:54 -06:00
resource_identity_group_alias_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_group_member_entity_ids.go Remove deprecated fields from resources and documentation ahead of v.4.0.0 (#2181) 2024-03-11 14:33:03 -07:00
resource_identity_group_member_entity_ids_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_group_member_group_ids.go Remove deprecated fields from resources and documentation ahead of v.4.0.0 (#2181) 2024-03-11 14:33:03 -07:00
resource_identity_group_member_group_ids_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_group_policies.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_group_policies_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_group_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_mfa_duo_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_mfa_login_enforcement_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_mfa_okta_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_mfa_pingid_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_mfa_totp_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_assignment.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_assignment_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_client.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_client_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_key.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_key_allowed_client_id.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_key_allowed_client_id_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_key_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_provider.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_provider_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_scope.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_identity_oidc_scope_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_identity_oidc_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_jwt_auth_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_jwt_auth_backend_role.go Fix typo in documentation for JWT Auth Role (#2258) 2024-06-06 11:00:37 -07:00
resource_jwt_auth_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_jwt_auth_backend_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_kmip_secret_backend.go update all secrets mount resources with API fields (#2332) 2025-07-30 16:17:45 -07:00
resource_kmip_secret_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kmip_secret_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_kmip_secret_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kmip_secret_scope.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_kmip_secret_scope_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kubernetes_auth_backend_config.go auth/kubernetes: add support for use_annotations_as_alias_metadata field (#2226) 2024-11-04 11:31:29 -06:00
resource_kubernetes_auth_backend_config_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kubernetes_auth_backend_role.go Added fields related to namespace used to create a role in kubernetes auth method (#2644) 2025-12-04 21:10:51 +00:00
resource_kubernetes_auth_backend_role_test.go Added fields related to namespace used to create a role in kubernetes auth method (#2644) 2025-12-04 21:10:51 +00:00
resource_kubernetes_secret_backend.go update all secrets mount resources with API fields (#2332) 2025-07-30 16:17:45 -07:00
resource_kubernetes_secret_backend_role.go feat: add support for allowed_kubernetes_namespace_selector flag in vault_kubernetes_secret_backend_role (#2180) 2024-03-21 10:49:26 -05:00
resource_kubernetes_secret_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kubernetes_secret_backend_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_kv_secret.go Add KVV2 and DB Ephemeral Secret Resources (#2457) 2025-05-19 13:43:36 -07:00
resource_kv_secret_backend_v2.go Retry Write on kv-v2 config (#1955) 2023-07-26 15:15:23 -04:00
resource_kv_secret_backend_v2_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kv_secret_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_kv_secret_v2.go Add KVV2 and DB Ephemeral Secret Resources (#2457) 2025-05-19 13:43:36 -07:00
resource_kv_secret_v2_test.go Prepare for v5.1.0 release (#2522) 2025-07-09 11:07:49 -07:00
resource_ldap_auth_backend.go fix LDAP auth tune block read failure caused by extra /tune in API path (#2676) 2025-12-04 00:17:12 -08:00
resource_ldap_auth_backend_group.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_ldap_auth_backend_group_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ldap_auth_backend_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_ldap_auth_backend_user.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_ldap_auth_backend_user_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ldap_secret_backend.go secrets/ldap: static role support for racf passphrases (#2548) 2025-09-04 18:22:10 +00:00
resource_ldap_secret_backend_dynamic_role.go secrets/ldap: return error on read (#2156) 2024-02-26 12:33:38 -06:00
resource_ldap_secret_backend_dynamic_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ldap_secret_backend_library_set.go secrets/ldap: return error on read (#2156) 2024-02-26 12:33:38 -06:00
resource_ldap_secret_backend_library_set_test.go CI: drop bitnami openldap test image (#2626) 2025-10-13 11:18:20 -07:00
resource_ldap_secret_backend_static_role.go secrets/ldap: return error on read (#2156) 2024-02-26 12:33:38 -06:00
resource_ldap_secret_backend_static_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_ldap_secret_backend_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_managed_keys.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_managed_keys_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mfa_duo.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_mfa_duo_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mfa_okta.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_mfa_okta_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mfa_pingid.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_mfa_pingid_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mfa_totp.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_mfa_totp_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mongodbatlas_secret_backend.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_mongodbatlas_secret_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mongodbatlas_secret_role.go Fix resource_mongodbatlas_secret_role missing roles (#2047) 2023-10-11 10:26:02 -05:00
resource_mongodbatlas_secret_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_mount.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_mount_test.go Allow Unsetting String and Array Values to Auth Mount (#2605) 2025-09-19 09:26:36 -04:00
resource_namespace.go auth/mount: fetch single vault resource on read (#2145) 2024-02-26 15:48:56 -06:00
resource_namespace_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_nomad_secret_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_nomad_secret_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_nomad_secret_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_nomad_secret_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_oci_auth_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_oci_auth_backend_role.go Add resources for managing OCI auth backends (#1761) 2025-07-30 10:15:19 -05:00
resource_oci_auth_backend_role_test.go Add resources for managing OCI auth backends (#1761) 2025-07-30 10:15:19 -05:00
resource_oci_auth_backend_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_okta_auth_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_okta_auth_backend_group.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_okta_auth_backend_group_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_okta_auth_backend_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_okta_auth_backend_user.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_okta_auth_backend_user_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_acme_eab.go [COMPLIANCE] Add Copyright and License Headers (#2374) 2024-12-02 08:34:57 -08:00
resource_pki_secret_backend_acme_eab_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_cert.go Add support for cert_metadata field and add data source to read cert metadata (#2422) 2025-03-05 12:27:09 -06:00
resource_pki_secret_backend_cert_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_config_acme.go add to vault_pki_secret_backend_config_acme max_ttl option (#2411) 2025-02-26 10:46:14 -05:00
resource_pki_secret_backend_config_acme_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_config_auto_tidy.go Add new resource to set PKI automatic tidy configuration (#1934) 2025-03-07 15:26:44 -05:00
resource_pki_secret_backend_config_auto_tidy_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_config_ca.go Add support for multi-issuer functionality to PKI (#1910) 2023-06-20 13:55:23 -07:00
resource_pki_secret_backend_config_ca_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_config_cluster.go auth/mount: fetch single vault resource on read (#2145) 2024-02-26 15:48:56 -06:00
resource_pki_secret_backend_config_cluster_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_config_cmpv2.go Functionality to Address Unsetting Fields (#2558) 2025-09-11 19:27:21 +00:00
resource_pki_secret_backend_config_cmpv2_test.go Functionality to Address Unsetting Fields (#2558) 2025-09-11 19:27:21 +00:00
resource_pki_secret_backend_config_est.go Functionality to Address Unsetting Fields (#2558) 2025-09-11 19:27:21 +00:00
resource_pki_secret_backend_config_est_test.go Functionality to Address Unsetting Fields (#2558) 2025-09-11 19:27:21 +00:00
resource_pki_secret_backend_config_issuers.go Add support to set default issuers configuration for PKI Secrets Engine (#1937) 2023-07-12 14:00:19 -07:00
resource_pki_secret_backend_config_issuers_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_config_scep.go Functionality to Address Unsetting Fields (#2558) 2025-09-11 19:27:21 +00:00
resource_pki_secret_backend_config_scep_test.go Functionality to Address Unsetting Fields (#2558) 2025-09-11 19:27:21 +00:00
resource_pki_secret_backend_config_urls.go auth/mount: fetch single vault resource on read (#2145) 2024-02-26 15:48:56 -06:00
resource_pki_secret_backend_config_urls_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_crl_config.go Fix vault_pki_secret_backend_crl_config to support setting boolean fields to false (#2615) 2025-10-02 11:14:10 -04:00
resource_pki_secret_backend_crl_config_test.go Fix vault_pki_secret_backend_crl_config to support setting boolean fields to false (#2615) 2025-10-02 11:14:10 -04:00
resource_pki_secret_backend_intermediate_cert_request.go Add fields key_usage and serial_number to vault_pki_secret_backend_intermediate_cert_request (#2404) 2025-02-10 11:02:31 -05:00
resource_pki_secret_backend_intermediate_cert_request_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_intermediate_set_signed.go ensure unique IDs and proper use of issuer endpoints for root sign intermediate resource (#2160) 2024-02-27 12:19:51 -08:00
resource_pki_secret_backend_intermediate_set_signed_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_issuer.go Update docs for pki_secret_backend_issuer (#2416) 2025-02-26 10:46:21 -05:00
resource_pki_secret_backend_issuer_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_key.go Add support for multi-issuer functionality to PKI (#1910) 2023-06-20 13:55:23 -07:00
resource_pki_secret_backend_key_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_role.go Add max_crl_entries to vault_pki_secret_backend_crl_config resource (#2423) 2025-03-06 10:35:21 -05:00
resource_pki_secret_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_pki_secret_backend_root_cert.go Support not_before_duration parameter on PKI root certs (#2664) 2025-11-20 09:20:54 -08:00
resource_pki_secret_backend_root_cert_test.go Support not_before_duration parameter on PKI root certs (#2664) 2025-11-20 09:20:54 -08:00
resource_pki_secret_backend_root_sign_intermediate.go Add key_usage support to vault_pki_secret_backend_root_sign_intermediate (#2421) 2025-06-09 11:55:57 -04:00
resource_pki_secret_backend_root_sign_intermediate_test.go Support not_before_duration parameter on PKI root certs (#2664) 2025-11-20 09:20:54 -08:00
resource_pki_secret_backend_sign.go Add support for cert_metadata field and add data source to read cert metadata (#2422) 2025-03-05 12:27:09 -06:00
resource_pki_secret_backend_sign_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_plugin.go New resources vault_plugin and vault_plugin_pinned_version (#2159) 2024-05-07 16:26:10 +01:00
resource_plugin_pinned_version.go New resources vault_plugin and vault_plugin_pinned_version (#2159) 2024-05-07 16:26:10 +01:00
resource_plugin_pinned_version_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_plugin_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_policy.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_policy_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_quota_lease_count.go Support inheritable resource quotas (#2133) 2024-05-08 09:38:49 -05:00
resource_quota_lease_count_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_quota_rate_limit.go VAULT-35631: support RLQ fields "group_by" and "secondary_rate" (#2476) 2025-06-25 11:57:55 -03:00
resource_quota_rate_limit_test.go VAULT-35631: support RLQ fields "group_by" and "secondary_rate" (#2476) 2025-06-25 11:57:55 -03:00
resource_rabbitmq_secret_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_rabbitmq_secret_backend_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_rabbitmq_secret_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_rabbitmq_secret_backend_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_raft_autopilot.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_raft_autopilot_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_raft_snapshot_agent_config.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_raft_snapshot_agent_config_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_rgp_policy.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_rgp_policy_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_saml_auth_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_saml_auth_backend_role.go Add support for configuring SAML Auth resources (#2053) 2023-10-31 09:27:04 -07:00
resource_saml_auth_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_saml_auth_backend_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_scep_auth_backend_role.go Add resource vault_scep_auth_backend_role to manage SCEP auth roles (#2479) 2025-07-04 15:41:00 -04:00
resource_scep_auth_backend_role_test.go Add alias_metadata field (#2547) 2025-11-17 15:58:48 -05:00
resource_secrets_sync_association.go Ensure all mount errors are covered (#2289) 2024-07-08 10:56:41 -04:00
resource_secrets_sync_association_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_secrets_sync_aws_destination.go secretssync/AWS: Add networking configuration feature for AWS Secrets Sync Destination. (#2698) 2025-12-16 12:32:02 +05:30
resource_secrets_sync_aws_destination_test.go secretssync/AWS: Add networking configuration feature for AWS Secrets Sync Destination. (#2698) 2025-12-16 12:32:02 +05:30
resource_secrets_sync_azure_destination.go Added missing network configuration parameters for Azure Key Vault secrets sync destination (#2702) 2025-12-16 22:08:05 +05:30
resource_secrets_sync_azure_destination_test.go Added missing network configuration parameters for Azure Key Vault secrets sync destination (#2702) 2025-12-16 22:08:05 +05:30
resource_secrets_sync_config.go Remove dependency on github.com/hashicorp/vault package (#2251) 2024-06-03 14:00:13 -07:00
resource_secrets_sync_config_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_secrets_sync_gcp_destination.go Add support for networking, encryption and replication params in GCP secret-sync destination (#2699) 2025-12-17 11:07:02 +05:30
resource_secrets_sync_gcp_destination_test.go Add support for networking, encryption and replication params in GCP secret-sync destination (#2699) 2025-12-17 11:07:02 +05:30
resource_secrets_sync_gh_destination.go Feature parity Secret_Sync - Added missing configuration parameters for Github destination (#2697) 2025-12-19 10:57:27 +05:30
resource_secrets_sync_gh_destination_test.go Feature parity Secret_Sync - Added missing configuration parameters for Github destination (#2697) 2025-12-19 10:57:27 +05:30
resource_secrets_sync_github_apps.go Add new secret sync destination fields (#2150) 2024-03-04 16:29:31 -07:00
resource_secrets_sync_github_apps_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_secrets_sync_vercel_destination.go VAULT-41068 TypeList to TypeSet conversion of network fields (#2701) 2025-12-12 21:19:12 +05:30
resource_secrets_sync_vercel_destination_test.go VAULT-41068 TypeList to TypeSet conversion of network fields (#2701) 2025-12-12 21:19:12 +05:30
resource_ssh_secret_backend_ca.go Add managed key parameters for SSH CA config (#2480) 2025-07-28 17:19:53 -04:00
resource_ssh_secret_backend_ca_test.go Add managed key parameters for SSH CA config (#2480) 2025-07-28 17:19:53 -04:00
resource_ssh_secret_backend_role.go secret/ssh: add support for allow_empty_principals on roles (#2354) 2024-11-07 12:20:46 -06:00
resource_ssh_secret_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_terraform_cloud_secret_backend.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
resource_terraform_cloud_secret_backend_test.go vault_terraform_cloud_secret_backend add write-only argument (#2603) 2025-09-11 11:48:16 -07:00
resource_terraform_cloud_secret_creds.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_terraform_cloud_secret_creds_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_terraform_cloud_secret_role.go Feature: Allow params to support tfe team multitoken (#2498) 2025-09-10 15:48:23 -05:00
resource_terraform_cloud_secret_role_test.go Feature: Allow params to support tfe team multitoken (#2498) 2025-09-10 15:48:23 -05:00
resource_token.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_token_auth_backend_role.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_token_auth_backend_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_token_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_transform_alphabet.go chore: move generated resources to vault package (#2068) 2023-10-25 22:01:03 -05:00
resource_transform_alphabet_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_transform_role.go chore: move generated resources to vault package (#2068) 2023-10-25 22:01:03 -05:00
resource_transform_role_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_transform_template.go chore: move generated resources to vault package (#2068) 2023-10-25 22:01:03 -05:00
resource_transform_template_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_transform_transformation.go chore: move generated resources to vault package (#2068) 2023-10-25 22:01:03 -05:00
resource_transform_transformation_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_transit_cache_config.go Move core provider factory functionality to the provider package. (#1884) 2023-06-02 22:51:33 -04:00
resource_transit_cache_config_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
resource_transit_secret_backend_key.go Update transit docs for missing key types and parameters (#2538) 2025-07-30 15:32:42 -04:00
resource_transit_secret_backend_key_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00
sentinel.go [COMPLIANCE] Add Copyright and License Headers (#1742) 2023-02-06 10:10:44 -08:00
structures.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
structures_test.go merge auth resource tune block fixes and addition and finalize docs (#2625) 2025-10-15 18:52:20 -07:00
testhelpers_test.go Migrate all resource tests to use the new MUX TF server (#2462) 2025-05-07 13:53:22 -07:00