Support user pass through @Benbentwo (#53)
This pull request introduces a new `user` property to the container definition module in Terraform, allowing users to specify the user context under which a container runs. The changes include updates to the module's configuration and its input variables to support this new property.Support for user
property in container definitions:
-
src/main.tf
: Added theuser
property to thecontainer_definition
module, enabling the specification of the user context for containers. -
src/variables.tf
:- Declared the
user
variable as an optional string in thecontainers
variable definition. - Updated the description of the
containers
variable to document theuser
property, explaining its purpose and accepted formats.
- Declared the
Summary by CodeRabbit
-
New Features
- Added support for specifying the user under which containers run, allowing configuration of user, group, or ID formats.
-
Documentation
- Updated variable descriptions to document the new user attribute for container configuration.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#54)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates