0
0
llucycodes42
The above code creates an AWS::Autoscaling::Attachment resource which can be used to attach nodes to an EC2 instance.
Shortcut: tf_aws_autoscaling_attachment
resource "aws_autoscaling_attachment" "${MyAWSResource}" {
}
0
0
llucycodes42
The above code creates an AWS::Autoscaling::Attachment resource which can be used to attach nodes to an EC2 instance.
Shortcut: tf_aws_autoscaling_attachment
resource "aws_autoscaling_attachment" "${MyAWSResource}" {
}