0
0
llucycodes42
The following code creates a resource called "aws_rds_cluster" on the Amazon Web Services (AWS) platform.
Shortcut: tf_aws_rds_cluster
resource "aws_rds_cluster" "${MyAWSResource}" {
}
0
0
llucycodes42
The following code creates a resource called "aws_rds_cluster" on the Amazon Web Services (AWS) platform.
Shortcut: tf_aws_rds_cluster
resource "aws_rds_cluster" "${MyAWSResource}" {
}