Skip to content

Commit

Permalink
Update url from policy-pack to policy-packs and related links
Browse files Browse the repository at this point in the history
  • Loading branch information
rajlearner17 committed Jul 18, 2024
1 parent 945ea4b commit a9431c1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 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-pack) - Learn how to
- [Working with Policy Packs](guides/working-with-folders/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-pack)
- [Policy Pack Guide](guides/working-with-folders/policy-packs)
- Turbot Guardrails Permissions (RBAC):
- [Permissions Concepts](concepts/iam/permissions)
- [Managing AWS Permissions](integrations/aws/permissions)
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-pack) allow admins to create
[Guardrails Policy Packs](guides/working-with-folders/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
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-pack) |
| [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-pack), creating a
[Policy Pack](guides/working-with-folders/policy-packs), creating a
[policy](concepts/policies), then applying and subsequently deleting the
Terraform plan.

Expand Down
2 changes: 1 addition & 1 deletion docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"guides/working-with-folders/create",
"guides/working-with-folders/delete",
"guides/working-with-folders/renaming",
"guides/working-with-folders/policy-pack"
"guides/working-with-folders/policy-packs"
]
}
]
Expand Down

0 comments on commit a9431c1

Please sign in to comment.