diff --git a/docs/guides/migration-v1-to-v2-guide.md b/docs/guides/migration-v1-to-v2-guide.md index 8e896661..fbecac4a 100644 --- a/docs/guides/migration-v1-to-v2-guide.md +++ b/docs/guides/migration-v1-to-v2-guide.md @@ -70,4 +70,4 @@ resource "twingate_resource" "resource" { ## Migrating data sources -The attribute `is_admin` has been removed from the `twingate_user` and `twingate_users` data sources . Similar information is now available via the [`role` attribute](https://registry.terraform.io/providers/Twingate/twingate/latest/docs/data-sources/users#role). +The attribute `is_admin` has been removed from the `twingate_user` and `twingate_users` data sources. Similar information is now available via the [`role` attribute](https://registry.terraform.io/providers/Twingate/twingate/latest/docs/data-sources/users#role). diff --git a/templates/guides/migration-v1-to-v2-guide.md.tmpl b/templates/guides/migration-v1-to-v2-guide.md.tmpl index 8e896661..fbecac4a 100644 --- a/templates/guides/migration-v1-to-v2-guide.md.tmpl +++ b/templates/guides/migration-v1-to-v2-guide.md.tmpl @@ -70,4 +70,4 @@ resource "twingate_resource" "resource" { ## Migrating data sources -The attribute `is_admin` has been removed from the `twingate_user` and `twingate_users` data sources . Similar information is now available via the [`role` attribute](https://registry.terraform.io/providers/Twingate/twingate/latest/docs/data-sources/users#role). +The attribute `is_admin` has been removed from the `twingate_user` and `twingate_users` data sources. Similar information is now available via the [`role` attribute](https://registry.terraform.io/providers/Twingate/twingate/latest/docs/data-sources/users#role).