Skip to content

Commit

Permalink
docs: fix quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Oct 23, 2023
1 parent 940e7e5 commit ecf0601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/wiki/[User-Guide]-Upgrade-from-v4.2.0-to-v5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want to migrate from `true` (the old defaut) to `false` (the new default)
- Run terraform import for all the subscriptions associations managed by the module:

```bash
terraform import module.<YOUR_MODULE_REFERENCE>.azurerm_management_group_subscription_association.enterprise_scale["/providers/Microsoft.Management/managementGroups/<YOUR_MG>/subscriptions/<YOUR_SUBSCRIPTION_ID>"] /providers/Microsoft.Management/managementGroups/<YOUR_MG>/subscriptions/<YOUR_SUBSCRIPTION_ID>
terraform import 'module.<YOUR_MODULE_REFERENCE>.azurerm_management_group_subscription_association.enterprise_scale["/providers/Microsoft.Management/managementGroups/<YOUR_MG>/subscriptions/<YOUR_SUBSCRIPTION_ID>"]' '/providers/Microsoft.Management/managementGroups/<YOUR_MG>/subscriptions/<YOUR_SUBSCRIPTION_ID>'
```

### Full list of changes
Expand Down

0 comments on commit ecf0601

Please sign in to comment.