You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to define a tagowners field in my acl but am met with a tf error stating that tagOwners is an unknown field. I'm not certain if it is in fact me doing something wrong or if this functionality is not written into the provider. In addition, perhaps I should be going about this another way? Hoping someone can shed some light on this for me.
Hello,
I am attempting to define a tagowners field in my acl but am met with a tf error stating that tagOwners is an unknown field. I'm not certain if it is in fact me doing something wrong or if this functionality is not written into the provider. In addition, perhaps I should be going about this another way? Hoping someone can shed some light on this for me.
Thanks
resource "tailscale_acl" "example_tags" {
acl = jsonencode({
acls : [
{
"tagOwners" : {
"tag:exampletag": [],
}
}],
})
}
The text was updated successfully, but these errors were encountered: