From 9ba052bab73df8675a6142958ea21dbb39129167 Mon Sep 17 00:00:00 2001 From: Elisa Anzelmo Date: Thu, 15 Feb 2024 15:05:28 +0100 Subject: [PATCH] readme update --- avm/res/synapse/workspace/README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/avm/res/synapse/workspace/README.md b/avm/res/synapse/workspace/README.md index 89ea4facdc..3c3cea9256 100644 --- a/avm/res/synapse/workspace/README.md +++ b/avm/res/synapse/workspace/README.md @@ -204,11 +204,6 @@ module workspace 'br/public:avm/res/synapse/workspace:' = { userAssignedIdentityResourceId: '' } location: '' - tags: { - Environment: 'Non-Prod' - 'hidden-title': 'This is visible in the resource name' - Role: 'DeploymentValidation' - } } } ``` @@ -248,13 +243,6 @@ module workspace 'br/public:avm/res/synapse/workspace:' = { }, "location": { "value": "" - }, - "tags": { - "value": { - "Environment": "Non-Prod", - "hidden-title": "This is visible in the resource name", - "Role": "DeploymentValidation" - } } } } @@ -288,11 +276,6 @@ module workspace 'br/public:avm/res/synapse/workspace:' = { location: '' managedVirtualNetwork: true preventDataExfiltration: true - tags: { - Environment: 'Non-Prod' - 'hidden-title': 'This is visible in the resource name' - Role: 'DeploymentValidation' - } } } ``` @@ -336,13 +319,6 @@ module workspace 'br/public:avm/res/synapse/workspace:' = { }, "preventDataExfiltration": { "value": true - }, - "tags": { - "value": { - "Environment": "Non-Prod", - "hidden-title": "This is visible in the resource name", - "Role": "DeploymentValidation" - } } } }