diff --git a/environments/prod/prod.tfvars b/environments/prod/prod.tfvars index 046cd33f4..139e04efb 100644 --- a/environments/prod/prod.tfvars +++ b/environments/prod/prod.tfvars @@ -3411,6 +3411,21 @@ frontends = [ match_variable = "RequestBodyPostArgNames" operator = "StartsWith" selector = "steps_details_documents_upload_form" + }, + { + match_variable = "PostParamName" + operator = "Equals" + selector = "address_lookup_url" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_closure_support_documents_form" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_details_documents_upload_form" } ] }, diff --git a/environments/stg/stg.tfvars b/environments/stg/stg.tfvars index 01b67da82..e446b1eb5 100644 --- a/environments/stg/stg.tfvars +++ b/environments/stg/stg.tfvars @@ -1998,6 +1998,21 @@ frontends = [ match_variable = "RequestBodyPostArgNames" operator = "StartsWith" selector = "steps_details_documents_upload_form" + }, + { + match_variable = "PostParamName" + operator = "Equals" + selector = "address_lookup_url" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_closure_support_documents_form" + }, + { + match_variable = "PostParamName" + operator = "StartsWith" + selector = "steps_details_documents_upload_form" } ] },