From a7c6628bf7fce1da3335301560711d410d3b187d Mon Sep 17 00:00:00 2001 From: Ryan Nixon Date: Fri, 1 Jan 2021 19:18:26 -0800 Subject: [PATCH] Don't need to warn about folder template property --- docs/resources/credential_username.md | 2 -- docs/resources/credential_vault_approle.md | 1 - 2 files changed, 3 deletions(-) diff --git a/docs/resources/credential_username.md b/docs/resources/credential_username.md index 05d57e3..b599a62 100644 --- a/docs/resources/credential_username.md +++ b/docs/resources/credential_username.md @@ -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 diff --git a/docs/resources/credential_vault_approle.md b/docs/resources/credential_vault_approle.md index 8e1209b..f9fccbc 100644 --- a/docs/resources/credential_vault_approle.md +++ b/docs/resources/credential_vault_approle.md @@ -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