0
0
llucycodes42
The code creates an API resource named "MyDemoAPI" that describes the API that is being created.
Shortcut: tf_aws_api_gateway_rest_api
resource "aws_api_gateway_rest_api" "${MyDemoAPI}" {
name = "${MyDemoAPI}"
description = "This is my API for demonstration purposes"
}