0
0
llucycodes42
The code creates an aws_api_gateway_account resource for the demo account. This resource has an ID, an identifier for the account, and a secret key.
Shortcut: tf_aws_api_gateway_account
resource "aws_api_gateway_account" "${demo}" {
}