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" - } } } }