我正在使用Terraform设置AWS ECS集群,并且代码在us-east-1区域可以正常执行。但是,当在ap-southeast-1区域执行相同的代码时,则会引发验证错误。
尝试将for (var i = 0; i < wstv.length; i++) {
if (wstv[i].toExport == true) {
console.log(wstv[i]);
exportList.push(wstv[i]);
} else {
console.log("Error on export Array");
}
}
更改为Name
,但没有帮助
Name-Prefix
我希望它在北弗吉尼亚州的工作中能够在新加坡地区成功创建启动配置。