diff --git a/modules/vpc-sc/variables.tf b/modules/vpc-sc/variables.tf index ea472ef91..3a539d928 100644 --- a/modules/vpc-sc/variables.tf +++ b/modules/vpc-sc/variables.tf @@ -38,6 +38,7 @@ variable "access_policy_create" { variable "access_policy_name" { description = "Referenced Access Policy name" type = string + default = null } variable "access_level_perimeters" {