Skip to content

Commit

Permalink
Move Policy Packs under Guides
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlearner17 committed Jul 19, 2024
1 parent 1822224 commit 6b4df53
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/resources/policy-packs.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ administrators can maintain those policy settings in a single location.

### Further Reading

- [Working with Policy Packs](guides/working-with-folders/policy-packs) - Learn how to
- [Working with Policy Packs](guides/policy-packs) - Learn how to
attach and detach a policy pack.
- [Guardrails Samples Repo Calculated Policies](https://github.com/turbot/guardrails-samples/tree/master/calculated_policies) -
Each set of policies is deployed via Terraform within a customizable Policy
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/activity-exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ This concludes the guided tour of Guardrails! We highly recommend reviewing addi
- [Folder Guide](guides/working-with-folders)
- Turbot Guardrails Policy Packs:
- [Policy Pack Concepts](concepts/resources/policy-packs)
- [Policy Pack Guide](guides/working-with-folders/policy-packs)
- [Policy Pack Guide](guides/policy-packs)
- Turbot Guardrails Permissions (RBAC):
- [Permissions Concepts](concepts/iam/permissions)
- [Managing AWS Permissions](integrations/aws/permissions)
Expand Down
1 change: 1 addition & 0 deletions docs/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ This section provides how-to guides for common tasks.
| [Managing Policies](guides/managing-policies) | Create, modify, and delete policy settings and exceptions
| [Network Stacks](guides/network-stack) | Use Guardrails Stacks to deploy network configurations
| [Nunjucks](guides/nunjucks) | Tips and tricks for using Nunjucks, including troubleshooting
| [Policy Packs](guides/policy-packs) | Group and manage cloud resources based on predefined Guardrails policies for streamlined governance and compliance
| [Quick Actions](guides/quick-actions) | Configuration options for Quick Actions
| [Regions](guides/regions) | Guardrails and cloud provider regions
| [Searching and Filtering](guides/searching-filtering) | Getting started with Filters in Guardrails
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ So far, we have mapped Azure services to Guardrails policy URI, defined a list o
required tags, and defined a terraform block that will create the necessary
policies, including a calculated policy. The final step is then to create a
"home" for all of the policies.
[Guardrails Policy Packs](guides/working-with-folders/policy-packs) allow admins to create
[Guardrails Policy Packs](guides/policy-packs) allow admins to create
a large set of policies that can be applied to various resources on the fly.
Like everything else in this guide, a policy pack can be defined within a
terraform file. Along with this definition, we will also add a variable called
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/guides/working-with-folders/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ permissions management.
| [Creating a folder](guides/working-with-folders/create) |
| [Renaming a folder](guides/working-with-folders/renaming) |
| [Deleting a folder](guides/working-with-folders/delete) |
| [Policy Packs](guides/working-with-folders/policy-packs) |

2 changes: 1 addition & 1 deletion docs/reference/terraform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "turbot_policy_setting" "s3_encryption_at_rest" {
For a quick introduction, check out our
[Getting started with Terraform in 7 minutes](7-minute-labs/terraform) lab. The
example walks through setting up a
[Policy Pack](guides/working-with-folders/policy-packs), creating a
[Policy Pack](guides/policy-packs), creating a
[policy](concepts/policies), then applying and subsequently deleting the
Terraform plan.

Expand Down
4 changes: 2 additions & 2 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
]
},
"guides/files",
"guides/policy-packs",
{
"type": "category",
"id": "firehose",
Expand Down Expand Up @@ -173,8 +174,7 @@
"items": [
"guides/working-with-folders/create",
"guides/working-with-folders/delete",
"guides/working-with-folders/renaming",
"guides/working-with-folders/policy-packs"
"guides/working-with-folders/renaming"
]
}
]
Expand Down

0 comments on commit 6b4df53

Please sign in to comment.