diff --git a/docs/concepts/guardrails/stacks.md b/docs/concepts/guardrails/stacks.md index d2b539d0..cc7482e0 100644 --- a/docs/concepts/guardrails/stacks.md +++ b/docs/concepts/guardrails/stacks.md @@ -3,7 +3,7 @@ title: Stack [Native] Guardrails sidebar_label: Stack [Native] --- -# Stack [Native] Guardrails +# Stack [Native] Guardrails ## Overview @@ -19,63 +19,22 @@ Guardrails provides many `Stack [Native]` controls in multiple mods. These stac - Resource stacks target individual resources, allowing you to configure standard resources that should be associated with them. Resource stacks will run for every resource of that type, and will run whenever new resources of that type are discovered. -
Stack | -Target | -Intended Purpose | -
---|---|---|
AWS > Account > Stack [Native] | -Account | -Account-level settings and global services like Route53 and CloudFront. | -
AWS > Region > Stack [Native] | -Region | -Regional resources, like Lambda Functions, EC2 instances, SNS Topics, etc. | -
AWS > IAM > Stack [Native] | -Account | -IAM resources, like standard users, roles, policies, and identity providers. | -
AWS > VPC > Stack [Native] | -Region | -VPC resources to set your standard "landing zone" VPCs - subnets, security groups, gateways, etc. | -
AWS > S3 > Bucket > Stack [Native] | -Bucket | -Resources to associate with buckets such as lifecycle policies or replication configuration | -
AWS > VPC > VPC > Stack [Native] | -VPC | -Standard VPC resources that belong in every VPC, like security groups, gateways, NACLs, etc. | -
Azure > Subscription > Stack [Native] | -Subscription | -Subscription-level settings and global services | -
Azure > Network > Virtual Network > Stack [Native] | -Virtual Network | -Standard network resources that belong in every Virtual Network | -
GCP > Project > Stack [Native] | -Project | -Project-level settings and global services | -