From 31c49316fe624e8069251fe9562c434413a53532 Mon Sep 17 00:00:00 2001 From: Ales Stimec Date: Wed, 13 Mar 2024 15:27:37 +0100 Subject: [PATCH] Update docs/resources/application.md Co-authored-by: hmlanigan --- docs/resources/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/application.md b/docs/resources/application.md index d71fcf6f..d9304579 100644 --- a/docs/resources/application.md +++ b/docs/resources/application.md @@ -73,7 +73,7 @@ resource "juju_application" "placement_example" { resources with specified revisions will be attached to the application (equivalent to juju attach-resource). * If the plan does specify resource revisions and: - * If the charm revision or channel is updated, then resources get updated to the + * If the charm revision or channel is updated, then resources do NOT get updated to the latest revision. * If the charm revision or channel are not updated, then no changes will take place (juju does not have an "un-attach" command for resources).