0
0
llucycodes42
The code declares a resource named "aws_network_interface" and sets the value to "${MyAWSResource}" . This resource represents an AWS networking interface, such as an interface to an EC2 instance. You can use this resource to access the AWS networking interface and manage its settings.
Shortcut: tf_aws_network_interface
resource "aws_network_interface" "${MyAWSResource}" {
}