You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resource"nsxt_lb_http_response_rewrite_rule""this" {
# description - (optional) is a type of stringdescription=var.description# display_name - (optional) is a type of stringdisplay_name=var.display_name# match_strategy - (optional) is a type of stringmatch_strategy=var.match_strategydynamic"cookie_condition" {
for_each=var.cookie_conditioncontent {
# case_sensitive - (optional) is a type of boolcase_sensitive=cookie_condition.value["case_sensitive"]
# inverse - (optional) is a type of boolinverse=cookie_condition.value["inverse"]
# match_type - (required) is a type of stringmatch_type=cookie_condition.value["match_type"]
# name - (required) is a type of stringname=cookie_condition.value["name"]
# value - (required) is a type of stringvalue=cookie_condition.value["value"]
}
}
dynamic"header_rewrite_action" {
for_each=var.header_rewrite_actioncontent {
# name - (required) is a type of stringname=header_rewrite_action.value["name"]
# value - (optional) is a type of stringvalue=header_rewrite_action.value["value"]
}
}
dynamic"ip_condition" {
for_each=var.ip_conditioncontent {
# inverse - (optional) is a type of boolinverse=ip_condition.value["inverse"]
# source_address - (required) is a type of stringsource_address=ip_condition.value["source_address"]
}
}
dynamic"method_condition" {
for_each=var.method_conditioncontent {
# inverse - (optional) is a type of boolinverse=method_condition.value["inverse"]
# method - (required) is a type of stringmethod=method_condition.value["method"]
}
}
dynamic"request_header_condition" {
for_each=var.request_header_conditioncontent {
# case_sensitive - (optional) is a type of boolcase_sensitive=request_header_condition.value["case_sensitive"]
# inverse - (optional) is a type of boolinverse=request_header_condition.value["inverse"]
# match_type - (required) is a type of stringmatch_type=request_header_condition.value["match_type"]
# name - (required) is a type of stringname=request_header_condition.value["name"]
# value - (required) is a type of stringvalue=request_header_condition.value["value"]
}
}
dynamic"response_header_condition" {
for_each=var.response_header_conditioncontent {
# case_sensitive - (optional) is a type of boolcase_sensitive=response_header_condition.value["case_sensitive"]
# inverse - (optional) is a type of boolinverse=response_header_condition.value["inverse"]
# match_type - (required) is a type of stringmatch_type=response_header_condition.value["match_type"]
# name - (required) is a type of stringname=response_header_condition.value["name"]
# value - (required) is a type of stringvalue=response_header_condition.value["value"]
}
}
dynamic"tag" {
for_each=var.tagcontent {
# scope - (optional) is a type of stringscope=tag.value["scope"]
# tag - (optional) is a type of stringtag=tag.value["tag"]
}
}
dynamic"tcp_condition" {
for_each=var.tcp_conditioncontent {
# inverse - (optional) is a type of boolinverse=tcp_condition.value["inverse"]
# source_port - (required) is a type of stringsource_port=tcp_condition.value["source_port"]
}
}
dynamic"uri_arguments_condition" {
for_each=var.uri_arguments_conditioncontent {
# case_sensitive - (optional) is a type of boolcase_sensitive=uri_arguments_condition.value["case_sensitive"]
# inverse - (optional) is a type of boolinverse=uri_arguments_condition.value["inverse"]
# match_type - (required) is a type of stringmatch_type=uri_arguments_condition.value["match_type"]
# uri_arguments - (required) is a type of stringuri_arguments=uri_arguments_condition.value["uri_arguments"]
}
}
dynamic"uri_condition" {
for_each=var.uri_conditioncontent {
# case_sensitive - (optional) is a type of boolcase_sensitive=uri_condition.value["case_sensitive"]
# inverse - (optional) is a type of boolinverse=uri_condition.value["inverse"]
# match_type - (required) is a type of stringmatch_type=uri_condition.value["match_type"]
# uri - (required) is a type of stringuri=uri_condition.value["uri"]
}
}
dynamic"version_condition" {
for_each=var.version_conditioncontent {
# inverse - (optional) is a type of boolinverse=version_condition.value["inverse"]
# version - (required) is a type of stringversion=version_condition.value["version"]
}
}
}