0
0
llucycodes42
The preceding code snippet creates a launch configuration in the AWS cloud that is used by the MyAWSResource class. You can use this launch configuration to create an Amazon Web Services resource, such as an Amazon Elastic Compute Cloud (EC2) instance or an Amazon Simple Storage Service (S3) bucket.
Shortcut: tf_aws_launch_configuration
resource "aws_launch_configuration" "${MyAWSResource}" {
}