diff --git a/blueprints/data-solutions/shielded-folder/main.tf b/blueprints/data-solutions/shielded-folder/main.tf index 52fa0db2..3868ec96 100644 --- a/blueprints/data-solutions/shielded-folder/main.tf +++ b/blueprints/data-solutions/shielded-folder/main.tf @@ -121,7 +121,7 @@ module "vpc-sc" { service_perimeters_regular = { shielded = { # Move `spec` definition to `status` and comment `use_explicit_dry_run_spec` variable to enforce VPC-SC configuration - # Before enforing configuration check logs and create Access Level, Ingress/Egress policy as needed + # Before enforcing configuration check logs and create Access Level, Ingress/Egress policy as needed status = null spec = { diff --git a/modules/organization/README.md b/modules/organization/README.md index 585847d0..6286f3f3 100644 --- a/modules/organization/README.md +++ b/modules/organization/README.md @@ -491,7 +491,7 @@ module "org" { | [network_tags](variables.tf#L159) | Network tags by key name. If `id` is provided, key creation is skipped. The `iam` attribute behaves like the similarly named one at module level. | map(object({…})) | | {} | | [org_policies](variables.tf#L181) | Organization policies applied to this organization keyed by policy name. | map(object({…})) | | {} | | [org_policies_data_path](variables.tf#L208) | Path containing org policies in YAML format. | string | | null | -| [org_policy_custom_constraints](variables.tf#L214) | Organization policiy custom constraints keyed by constraint name. | map(object({…})) | | {} | +| [org_policy_custom_constraints](variables.tf#L214) | Organization policy custom constraints keyed by constraint name. | map(object({…})) | | {} | | [org_policy_custom_constraints_data_path](variables.tf#L228) | Path containing org policy custom constraints in YAML format. | string | | null | | [tag_bindings](variables.tf#L243) | Tag bindings for this organization, in key => tag value id format. | map(string) | | null | | [tags](variables.tf#L249) | Tags by key name. If `id` is provided, key or value creation is skipped. The `iam` attribute behaves like the similarly named one at module level. | map(object({…})) | | {} | diff --git a/modules/organization/variables.tf b/modules/organization/variables.tf index 619056a0..524b6588 100644 --- a/modules/organization/variables.tf +++ b/modules/organization/variables.tf @@ -212,7 +212,7 @@ variable "org_policies_data_path" { } variable "org_policy_custom_constraints" { - description = "Organization policiy custom constraints keyed by constraint name." + description = "Organization policy custom constraints keyed by constraint name." type = map(object({ display_name = optional(string) description = optional(string)