0
0
llucycodes42
This code defines a new AWS ElasticSearch domain. It uses the ${MyAWSResource} variable to get the name of the resource.
Shortcut: tf_aws_elasticsearch_domain
resource "aws_elasticsearch_domain" "${MyAWSResource}" {
}
0
0
llucycodes42
This code defines a new AWS ElasticSearch domain. It uses the ${MyAWSResource} variable to get the name of the resource.
Shortcut: tf_aws_elasticsearch_domain
resource "aws_elasticsearch_domain" "${MyAWSResource}" {
}