You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="string ||| Name of the deployers IAM Policy that is allowed to deploy to the Fargate cluster."
19
19
}
20
20
21
+
output"deployers_policy_arn" {
22
+
value=aws_iam_policy.deployers.arn
23
+
description="string ||| ARN of the deployers IAM Policy that is allowed to deploy to the Fargate cluster."
24
+
}
25
+
21
26
output"capacity_provider_name" {
22
27
value=aws_ecs_capacity_provider.this.name
23
28
description="string ||| The name of the capacity provider used by the cluster. This provides a hook into the same compute resources for provisioning ECS tasks."
0 commit comments