0
0
llucycodes42
The code creates a resource named "aws_simpledb_domain" and assigns it to the variable "${MyAWSResource}"
Shortcut: tf_aws_simpledb_domain
resource "aws_simpledb_domain" "${MyAWSResource}" {
}
0
0
llucycodes42
The code creates a resource named "aws_simpledb_domain" and assigns it to the variable "${MyAWSResource}"
Shortcut: tf_aws_simpledb_domain
resource "aws_simpledb_domain" "${MyAWSResource}" {
}