Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the provider support creating tags? #323

Closed
abwelt opened this issue Jan 23, 2024 · 1 comment
Closed

Does the provider support creating tags? #323

abwelt opened this issue Jan 23, 2024 · 1 comment
Labels
question Further information is requested

Comments

@abwelt
Copy link

abwelt commented Jan 23, 2024

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": [],
}
}],
})
}

@abwelt abwelt added the question Further information is requested label Jan 23, 2024
@abwelt
Copy link
Author

abwelt commented Jan 23, 2024

just dove the source code, realised the issue was me. This is supported.

@abwelt abwelt closed this as completed Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant