We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00173cb commit 9bed94fCopy full SHA for 9bed94f
modules/cluster/README.md
@@ -19,9 +19,9 @@ For more details see the [design doc](https://github.com/terraform-aws-modules/t
19
module "ecs_cluster" {
20
source = "terraform-aws-modules/ecs/aws//modules/cluster"
21
22
- cluster_name = "ecs-fargate"
+ name = "ecs-fargate"
23
24
- cluster_configuration = {
+ configuration = {
25
execute_command_configuration = {
26
logging = "OVERRIDE"
27
log_configuration = {
@@ -53,9 +53,9 @@ module "ecs_cluster" {
53
54
55
56
- cluster_name = "ecs-ec2"
+ name = "ecs-ec2"
57
58
59
60
61
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments