0
0
llucycodes42
This code creates a resource with the name "aws_elasticache_parameter_group" and stores it in the current namespace.
Shortcut: tf_aws_elasticache_parameter_group
resource "aws_elasticache_parameter_group" "${MyAWSResource}" {
}
0
0
llucycodes42
This code creates a resource with the name "aws_elasticache_parameter_group" and stores it in the current namespace.
Shortcut: tf_aws_elasticache_parameter_group
resource "aws_elasticache_parameter_group" "${MyAWSResource}" {
}