Skip to content

Commit

Permalink
Don't need to warn about folder template property
Browse files Browse the repository at this point in the history
  • Loading branch information
taiidani committed Jan 2, 2021
1 parent 296ad47 commit a7c6628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/resources/credential_username.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Manages a username credential within Jenkins. This username may then be referenc

~> The "password" property may leave plain-text passwords in your state file. If using the property to manage the password in Terraform, ensure that your state file is properly secured and encrypted at rest.

~> When using this resource within a folder context it can conflict with the [folder resource](folder) template. When using these in combination you may need to add a lifecycle `ignore_changes` rule to the folder's `template` property.

## Example Usage

```hcl
Expand Down
1 change: 0 additions & 1 deletion docs/resources/credential_vault_approle.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Manages a Vault AppRole credential within Jenkins. This credential may then be r

~> The "secret_id" property may leave plain-text secret id in your state file. If using the property to manage the secret id in Terraform, ensure that your state file is properly secured and encrypted at rest.

~> When using this resource within a folder context it can conflict with the [folder resource](folder) template. When using these in combination you may need to add a lifecycle `ignore_changes` rule to the folder's `template` property.
~> The Jenkins installation that uses this resource is expected to have the [Hashicorp Vault Plugin](https://plugins.jenkins.io/hashicorp-vault-plugin/) installed in their system.

## Example Usage
Expand Down

0 comments on commit a7c6628

Please sign in to comment.