Skip to content

Commit

Permalink
* go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcoulombe committed Dec 11, 2024
1 parent 34d2e22 commit cb0988a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/resources/vault_secrets_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,6 @@ resource "hcp_vault_secrets_integration" "example_aws_access_keys" {
}
}
// Azure
resource "hcp_vault_secrets_integration" "example_azure_federated_identity" {
name = "my-azure-1"
capabilities = ["ROTATION"]
provider_type = "azure"
azure_federated_workload_identity = {
tenant_id = "<tenant-id>"
client_id = "<client-id>"
audience = "<audience>"
}
}
resource "hcp_vault_secrets_integration" "example_access_keys" {
name = "my-azure-2"
capabilities = ["ROTATION"]
provider_type = "azure"
azure_client_secret = {
tenant_id = "<tenant-id>"
client_id = "<client-id>"
client_secret = "<client-secret>"
}
}
// Confluent
resource "hcp_vault_secrets_integration" "example_confluent" {
name = "my-confluent-1"
Expand Down

0 comments on commit cb0988a

Please sign in to comment.