We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current docs for turbot_policy_pack name the policy pack "folder" instead of "pack":
resource "turbot_policy_pack" "folder" { parent = "tmod:@turbot/turbot#/" title = "My Policy Pack" }
suggest we use
resource "turbot_policy_pack" "pack" { parent = "tmod:@turbot/turbot#/" title = "Demo Policy Pack" description = "My Demo Policy Pack" akas = ["my-demo-policy-pack"] }
Also,
filter should be removed from the Argument Reference as it is not implemented.
filter
The text was updated successfully, but these errors were encountered:
Update example for policy pack resource. Closes #188
c694992
Subhajit97
Successfully merging a pull request may close this issue.
The current docs for turbot_policy_pack name the policy pack "folder" instead of "pack":
suggest we use
Also,
filter
should be removed from the Argument Reference as it is not implemented.The text was updated successfully, but these errors were encountered: