0
0
llucycodes42
The code declares a resource called "aws_s3_bucket" with the name "${MyAWSResource}". The value of "${MyAWSResource}" is a reference to the name of the resource in the AWS account associated with the running instance of Go.
Shortcut: tf_aws_s3_bucket
resource "aws_s3_bucket" "${MyAWSResource}" {
}