0
0
llucycodes42
The following code defines an attachment resource in the AWS Cloud which refers to an S3 bucket. The resource has the following properties:
Name: aws_volume_attachment
Type: Volume
Resource Id: 9dee2ac2-cd1a-4fed-b178-4f4d4d4b3b37
For more information about attaching volumes to instances, see the following documentation:
https://docs.aws.amazon.com/cloud-init/latest/userguide/attach-volume.
Shortcut: tf_aws_volume_attachment
resource "aws_volume_attachment" "${MyAWSResource}" {
}