0
0
llucycodes42
The aws_api_gateway_base_path_mapping resource specifies the URL path mappings for the test resource. The stage_name and domain_name are set to empty strings.
Shortcut: tf_aws_api_gateway_base_path_mapping
resource "aws_api_gateway_base_path_mapping" "${test}" {
api_id = ""
stage_name = ""
domain_name = ""
}