refined-terabyte-65361
09/21/2021, 7:37 PMconst domainName = "example";
const example = new aws.elasticsearch.Domain(domainName, {
clusterConfig: {
instanceType: "r4.large.elasticsearch",
},
elasticsearchVersion: "7.10",
ebsOptions: {
ebsEnabled: true,
volumeSize: 10,
},
tags: {
Domain: "TestDomain",
},
});
output:
example-03ef750
Expecting
example
billowy-army-68599
09/21/2021, 8:55 PMrefined-terabyte-65361
09/21/2021, 10:56 PMbillowy-army-68599
09/21/2021, 10:57 PMvpcOptions
is optional, if you don't specify that it'll be public. I think, I'm not super familiar with this resourcerefined-terabyte-65361
09/21/2021, 11:01 PMbillowy-army-68599
09/22/2021, 12:20 AMrefined-terabyte-65361
09/22/2021, 12:20 AMlittle-cartoon-10569
09/22/2021, 2:21 AM