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

Update example for policy pack resource #188

Open
dboeke opened this issue Dec 11, 2024 · 0 comments · May be fixed by #191
Open

Update example for policy pack resource #188

dboeke opened this issue Dec 11, 2024 · 0 comments · May be fixed by #191
Assignees

Comments

@dboeke
Copy link

dboeke commented Dec 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants