0
0
llucycodes42
This code creates a resource named "aws_db_instance" that references an instance of the AWS Database service.
Shortcut: tf_aws_db_instance
resource "aws_db_instance" "${MyAWSResource}" {
}
0
0
llucycodes42
This code creates a resource named "aws_db_instance" that references an instance of the AWS Database service.
Shortcut: tf_aws_db_instance
resource "aws_db_instance" "${MyAWSResource}" {
}