Describe the bug
When submitting an sshTest for a group, the provider returns
Error: invalid character 'I' looking for beginning of value
To Reproduce
Use this snippet with resource "tailscale_acl"
{
"sshTests": [
{
"src": "group:no_ssh",
"dst": [
"tag:ssh"
],
"deny": [
"*"
]
}
]
}
Expected behaviour
The snippet should not produce any error.
Desktop (please complete the following information):
- OS: OSX 26.3
- Terraform Version 1.14.4
- Provider Version 0.28.0
Describe the bug
When submitting an
sshTestfor a group, the provider returnsTo Reproduce
Use this snippet with
resource "tailscale_acl"Expected behaviour
The snippet should not produce any error.
Desktop (please complete the following information):