0
0
llucycodes42
The code block creates an AWS OpsWorks Java App Layer. This layer defines an app structure, and provides a default set of settings and dependencies for seamless management and execution of Java applications on AWS.
Shortcut: tf_aws_opsworks_java_app_layer
resource "aws_opsworks_java_app_layer" "${MyAWSResource}" {
}