The ID field for a resource should be predictable to the user to support importing existing resources (in this case, like 'terraform import tailscale_service.my_service svc:my-service'). This is already the case for Service resources, but the source of the field (the Service name) is not documented. This lack of documentation adds an obstacle for users who want to import existing Services into their Terraform configuration.
The ID field for a resource should be predictable to the user to support importing existing resources (in this case, like 'terraform import tailscale_service.my_service svc:my-service'). This is already the case for Service resources, but the source of the field (the Service name) is not documented. This lack of documentation adds an obstacle for users who want to import existing Services into their Terraform configuration.