-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow client_id to be configured on vault_identity_oidc_role resources (
#815) Output of integration tests: ``` > pwd /Users/ian.ferguson/git/terraform-provider-vault/vault > env TF_ACC=true go test ./ -run 'TestAccIdentityOidcRole.*' -v === RUN TestAccIdentityOidcRole --- PASS: TestAccIdentityOidcRole (0.24s) === RUN TestAccIdentityOidcRoleWithClientId --- PASS: TestAccIdentityOidcRoleWithClientId (0.24s) === RUN TestAccIdentityOidcRoleUpdate --- PASS: TestAccIdentityOidcRoleUpdate (0.40s) PASS ok github.com/terraform-providers/terraform-provider-vault/vault (cached) ```
- Loading branch information
1 parent
ec9510d
commit c48f526
Showing
3 changed files
with
59 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters