The Wayback Machine - https://web.archive.org/web/20220420131455/https://github.com/topics/infrastructure-as-code
Skip to content
#

infrastructure-as-code

Here are 1,491 public repositories matching this topic...

whytewolf
whytewolf commented Apr 12, 2022

Description

file.replace with backslash_literal throwing the following traceback.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/salt/cli/caller.py", line 218, in call
    ret["return"] = self.minion.executors[fname](
  File "/usr/lib/python3/dist-packages/salt/loader/lazy.py", line 149, in __call__
    return self.loader.run(run_func, *args, **kwargs
Bug severity-medium help-wanted good first issue
gdemoya
gdemoya commented Apr 12, 2022

Description

Podman uses Dockerfile as well as Containerfile as filenames for the container build (ref), but at the moment, trivy does not detect Containerfile as a valid config file to be analyzed.

Since the same syntax is used for the image building, it would be interesting to add Containerfile as a "synonym" of `Docker

help wanted good first issue kind/feature co/dockerfile
nomike
nomike commented Apr 6, 2022

Describe the bug

When I create a Subnet using ec2.Subnet.from_subnet_attributes and don't specify a routeTableId, I'm getting the following warning:

[Warning at /euc1-dv-rest-alb-alb/subnet-0] No routeTableId was provided to the subnet at 'euc1-dv-rest-alb-alb/subnet-0'. Attempting to read its .routeTable.routeTableId will return null/undefined. (More info: https://github
good first issue p2 feature-request package/tools
infracost
alikhajeh1
alikhajeh1 commented Apr 20, 2022

With v0.9.22 of the CLI, I took me a while to debug an issue as infracost breakdown --path examples/terraform --usage-file BLAH.yaml worked even though the file BLAH.yaml didn't exist. We should throw a nice error like we do for the config-file:

> infracost breakdown --config-file BLAH.yaml
Error: config file does not exist at BLAH.yaml
bug good first issue
terrascan
adegoodyer
adegoodyer commented Aug 11, 2021
  • terrascan version: 1.9.0
  • terraform version: 1.0.1

Enhancement Request

Other security scanning tools (e.g. checkov and tfsec) have a --soft-fail flag or equivalent option that allows you to always exit with 0 status.

Extremely useful when running the tool without halting a pipeline for example.

I currently use a workaround, but something more concrete would be very desira

huanjani
huanjani commented Mar 29, 2022

The --prod flag has been deprecated, so we should not show that field in the output of the env show command, or in our docs:

https://aws.github.io/copilot-cli/docs/concepts/environments/
https://aws.github.io/copilot-cli/docs/commands/env-show/

type/documentation good first issue size/S

🚀 Geodesic is a DevOps Linux Toolbox in Docker. We use it as an interactive cloud automation shell. It's the fastest way to get up and running with a rock solid Open Source toolchain. ★ this repo! https://slack.cloudposse.com/

  • Updated Apr 16, 2022
  • Shell

Improve this page

Add a description, image, and links to the infrastructure-as-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure-as-code topic, visit your repo's landing page and select "manage topics."

Learn more