terraform-aws-cli icon indicating copy to clipboard operation
terraform-aws-cli copied to clipboard

Minimal & lightweight docker image including AWS and Terraform CLI

Results 17 terraform-aws-cli issues
Sort by recently updated
recently updated
newest added

My team needs to have Python for part of our CI/CD pipeline that uses this image. I saw someone else requested adding it back (https://github.com/zenika-open-source/terraform-aws-cli/issues/80), so I put together a...

Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3 to 4. Release notes Sourced from peter-evans/dockerhub-description's releases. Docker Hub Description v4.0.0 ⚙️ Updated runtime to Node.js 20 The action now requires a minimum version of...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/setup-qemu-action#102 Bump @​actions/core...

dependencies
github_actions

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. Release notes Sourced from docker/setup-buildx-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/setup-buildx-action#264 Bump @​actions/core...

dependencies
github_actions

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. Release notes Sourced from docker/build-push-action's releases. v5.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/build-push-action#954 Bump @​actions/core...

dependencies
github_actions

I am trying to set the versions for terraform and aws cli but I keep getting the following error: `ERROR: failed to solve: failed to compute cache key: failed to...

Hi, would it be possible to re-add the python dependency? It's a requirement for https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws/latest

Add the `on: pull_request` trigger to launch the action on opened PR and commits on them Resources: - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target

enhancement

Notes: - require a personal access token in place of the password Exemple : ```yaml - name: Login to DockerHub uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASS...

enhancement