From 263869f5bf4fc0f93c0a8bf93dc9f3ec3d69c279 Mon Sep 17 00:00:00 2001 From: Lionel Hercot Date: Thu, 16 Dec 2021 03:10:37 +0100 Subject: [PATCH] Update CHANGELOG.md for v0.4.0 release --- CHANGELOG.md | 7 +++++++ website/docs/r/schema_template_deploy.html.markdown | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d2342e..582e4fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.4.0 (December 16, 2021) +BEHAVIOR CHANGE: +- Modify mso_schema_template_deploy so destroy undeploy all sites + +BUG FIXES: +- Fix idemptotency issue with site_id in template_external_epg + ## 0.3.4 (December 16, 2021) BUG FIXES: diff --git a/website/docs/r/schema_template_deploy.html.markdown b/website/docs/r/schema_template_deploy.html.markdown index 725edfd9..2eba56ab 100644 --- a/website/docs/r/schema_template_deploy.html.markdown +++ b/website/docs/r/schema_template_deploy.html.markdown @@ -27,10 +27,10 @@ resource "mso_schema_template_deploy" "template_deployer" { * `schema_id` - (Required) The schema-id of template. * `template_name` - (Required) name of the template to deploy/undeploy. -* `undeploy` - (Optional) Boolean flag indicating whether to undeploy the template or not. Default is false. +* `undeploy` - (Optional) Boolean flag indicating whether to undeploy the template from a single site (see site_id) or not. Default is false. * `site_id` - (Optional) Site-id from where the template is to be undeployed. It is required if you set undeploy = true. -NOTE: This resource is intentionally created non-idempotent so that it deploys the template in every run, it will not fail if there is no change and we deploy the template again. +NOTE: This resource is intentionally created non-idempotent so that it deploys the template in every run, it will not fail if there is no change and we deploy the template again. When destroying the resource, all sites will be undeployed. ## Attribute Reference ##