Skip to content

sshTests fail to apply when source contains a group #637

@arnecls

Description

@arnecls

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions