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 e048398 commit 2492bf8Copy full SHA for 2492bf8
main.tf
@@ -34,6 +34,18 @@ module "ecs_service" {
34
launch_type = "EC2"
35
requires_compatibilities = ["EC2"]
36
37
+ container_definitions = {
38
+ demo = {
39
+ image = "amazon/amazon-ecs-sample:latest"
40
+ port_mappings = []
41
+
42
+ readonly_root_filesystem = false
43
44
+ enable_cloudwatch_logging = false
45
+ create_cloudwatch_log_group = false
46
+ }
47
48
49
enable_autoscaling = false
50
autoscaling_policies = {}
51
0 commit comments