terraform-provider-linuxbox icon indicating copy to clipboard operation
terraform-provider-linuxbox copied to clipboard

Configure Linux machines with Terraform

Results 13 terraform-provider-linuxbox issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.10.0. Commits 8e447d8 go.mod: update golang.org/x dependencies 22c9997 go.mod: tell x repo tagging to ignore dep on net d0b3160 x509roots: add new module 1622238 Add...

dependencies

Bumps [github.com/docker/cli](https://github.com/docker/cli) from 23.0.1+incompatible to 24.0.2+incompatible. Commits cb74dfc Merge pull request #4313 from thaJeztah/24.0_update_engine dc4707e [24.0] vendor: github.com/docker/docker v24.0.1 6802122 Merge pull request #4310 from thaJeztah/24.0_backport_fix_daemon_proxy 298e679 docs: fix example...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 23.0.1+incompatible to 24.0.2+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.2 24.0.2 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @​ndeloof in distribution/distribution#3783 Parse http...

dependencies

Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.3 to 1.1.5. Release notes Sourced from github.com/opencontainers/runc's releases. runc 1.1.5 -- "囚われた屈辱は 反撃の嚆矢だ" This is the fifth patch release in the 1.1.z series of runc, which...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0. Commits 8e2b117 http2/hpack: avoid quadratic complexity in hpack decoding 547e7ed http2: avoid referencing ResponseWrite.Write parameter after returning 39940ad html: parse comments per HTML spec...

dependencies

**Is your feature request related to a problem? Please describe.** Whenever a single env var is being changed, the diff is too large: ``` # module.consent.linuxbox_docker_container.foo will be updated in-place...

enhancement

**Is your feature request related to a problem? Please describe.** Let's say I have a config file on the host, and a docker container that loads it. If the config...

enhancement

Hi there, for the Resources linuxbox_binary_file, linuxbox_directory and linuxbox_text_file it will be nice to add a bool Argument 'sudo'. When this Argument is true, then the Resource will use sudo...

enhancement

Currently there is no way of overriding user id set by the container image, this could be useful in some scenarios.