This PR adds a top-level .container_properties attribute. .container_properties is only defined for ECS-based batch jobs, but it shares the structure of the elements of .eks_properties.pod_properties.containers and .node_properties.node_range_properties.[].container.
Relations
Closes #36263
References
Output from Acceptance Testing
% make testacc TESTS=TestAccJobDefinitionDataSourceConfig_basicARN_ContainerProperties PKG=batch
--- PASS: TestAccJobDefinitionDataSourceConfig_basicARN_ContainerProperties (13.76s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/batch 17.586s
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
For Submitters
Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.
Description
This PR adds a top-level
.container_properties
attribute..container_properties
is only defined for ECS-based batch jobs, but it shares the structure of the elements of.eks_properties.pod_properties.containers
and.node_properties.node_range_properties.[].container
.Relations
Closes #36263
References
Output from Acceptance Testing