From f2f030466fbfa9919f7a212331731f1d1a43bd1e Mon Sep 17 00:00:00 2001 From: Zach Buchheit Date: Thu, 11 Jul 2024 16:06:31 -0700 Subject: [PATCH] Add note to SCM documentation about pushing candidate configuration - Added a note to the Strata Cloud Manager provider documentation to clarify that changes made using the provider are only applied to the candidate configuration. --- themes/default/content/registry/packages/scm/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/default/content/registry/packages/scm/_index.md b/themes/default/content/registry/packages/scm/_index.md index 38fa21327c..c1515f3eb0 100644 --- a/themes/default/content/registry/packages/scm/_index.md +++ b/themes/default/content/registry/packages/scm/_index.md @@ -6,6 +6,12 @@ layout: overview The Strata Cloud Manager Resource Provider lets you manage [Strata Cloud Manager](https://docs.paloaltonetworks.com/strata-cloud-manager) resources. This is a bridged provider from the terraform SCM provider, located at [github.com/PaloAltoNetworks/terraform-provider-scm](https://github.com/PaloAltoNetworks/terraform-provider-scm). +{{% notes %}} +Please note that, due to how Strata Cloud Manager works, any changes made using the Strata Cloud Manager Resource provider will only be applied to the candidate configuration. For these changes to take effect, you must manually push the candidate configuration to become the running configuration. This can be done either through the Strata Cloud Manager GUI or via the [Strata Cloud Manager API](https://pan.dev/access/api/prisma-access-config/post-sse-config-v-1-config-versions-candidate-push/). + +Please see [Strata Cloud Manager Manage: Push Config](https://docs.paloaltonetworks.com/strata-cloud-manager/getting-started/operations/push-config) for more details. +{{% /notes %}} + ## Example {{< chooser language "typescript,python,go,csharp" >}}