-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working