diff --git a/blueprints/data-solutions/shielded-folder/README.md b/blueprints/data-solutions/shielded-folder/README.md
index 74f726b2c..aaf67e6ac 100644
--- a/blueprints/data-solutions/shielded-folder/README.md
+++ b/blueprints/data-solutions/shielded-folder/README.md
@@ -157,18 +157,18 @@ terraform apply
|---|---|:---:|:---:|:---:|
| [access_policy_config](variables.tf#L17) | Provide 'access_policy_create' values if a folder scoped Access Policy creation is needed, uses existing 'policy_name' otherwise. Parent is in 'organizations/123456' format. Policy will be created scoped to the folder. | object({…}) | ✓ | |
| [folder_config](variables.tf#L49) | Provide 'folder_create' values if folder creation is needed, uses existing 'folder_id' otherwise. Parent is in 'folders/nnn' or 'organizations/nnn' format. | object({…}) | ✓ | |
-| [organization](variables.tf#L124) | Organization details. | object({…}) | ✓ | |
-| [prefix](variables.tf#L132) | Prefix used for resources that need unique names. | string | ✓ | |
-| [project_config](variables.tf#L137) | Provide 'billing_account_id' value if project creation is needed, uses existing 'project_ids' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | object({…}) | ✓ | |
+| [organization](variables.tf#L128) | Organization details. | object({…}) | ✓ | |
+| [prefix](variables.tf#L136) | Prefix used for resources that need unique names. | string | ✓ | |
+| [project_config](variables.tf#L141) | Provide 'billing_account_id' value if project creation is needed, uses existing 'project_ids' if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | object({…}) | ✓ | |
| [data_dir](variables.tf#L29) | Relative path for the folder storing configuration data. | string | | "data" |
| [enable_features](variables.tf#L35) | Flag to enable features on the solution. | object({…}) | | {…} |
-| [groups](variables.tf#L61) | User groups. | object({…}) | | {} |
-| [kms_keys](variables.tf#L71) | KMS keys to create, keyed by name. | map(object({…})) | | {} |
-| [log_locations](variables.tf#L82) | Optional locations for GCS, BigQuery, and logging buckets created here. | object({…}) | | {…} |
-| [log_sinks](variables.tf#L99) | Org-level log sinks, in name => {type, filter} format. | map(object({…})) | | {…} |
-| [vpc_sc_access_levels](variables.tf#L153) | VPC SC access level definitions. | map(object({…})) | | {} |
-| [vpc_sc_egress_policies](variables.tf#L182) | VPC SC egress policy defnitions. | map(object({…})) | | {} |
-| [vpc_sc_ingress_policies](variables.tf#L202) | VPC SC ingress policy defnitions. | map(object({…})) | | {} |
+| [groups](variables.tf#L65) | User groups. | object({…}) | | {} |
+| [kms_keys](variables.tf#L75) | KMS keys to create, keyed by name. | map(object({…})) | | {} |
+| [log_locations](variables.tf#L86) | Optional locations for GCS, BigQuery, and logging buckets created here. | object({…}) | | {…} |
+| [log_sinks](variables.tf#L103) | Org-level log sinks, in name => {type, filter} format. | map(object({…})) | | {…} |
+| [vpc_sc_access_levels](variables.tf#L161) | VPC SC access level definitions. | map(object({…})) | | {} |
+| [vpc_sc_egress_policies](variables.tf#L190) | VPC SC egress policy defnitions. | map(object({…})) | | {} |
+| [vpc_sc_ingress_policies](variables.tf#L210) | VPC SC ingress policy defnitions. | map(object({…})) | | {} |
## Outputs