File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
wrappers/container-definition Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module "wrapper" {
1010 cloudwatch_log_group_use_name_prefix = try (each. value . cloudwatch_log_group_use_name_prefix , var. defaults . cloudwatch_log_group_use_name_prefix , false )
1111 command = try (each. value . command , var. defaults . command , null )
1212 cpu = try (each. value . cpu , var. defaults . cpu , null )
13+ credentialSpecs = try (each. value . credentialSpecs , var. defaults . credentialSpecs , null )
1314 create_cloudwatch_log_group = try (each. value . create_cloudwatch_log_group , var. defaults . create_cloudwatch_log_group , true )
1415 dependsOn = try (each. value . dependsOn , var. defaults . dependsOn , null )
1516 disableNetworking = try (each. value . disableNetworking , var. defaults . disableNetworking , null )
You can’t perform that action at this time.
0 commit comments