Skip to content

v2.0.7

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 01 Aug 17:13
· 1 commit to main since this release
b4b4b97
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 the user property to the container_definition module, enabling the specification of the user context for containers.

  • src/variables.tf:

    • Declared the user variable as an optional string in the containers variable definition.
    • Updated the description of the containers variable to document the user property, explaining its purpose and accepted formats.

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 docs

why

To have most recent changes of README.md and doc from origin templates