Skip to content
#

infrastructure-as-code

Here are 1,515 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 needs-triage
gnadaban
gnadaban commented Apr 25, 2022

Hi, when will Ubuntu 22.04 be supported for APT?

Attempting to install on Jammy using APT shows an error:

E: The repository 'https://aquasecurity.github.io/trivy-repo/deb jammy Release' does not have a Release file.
help wanted good first issue triage/support
kyhau
kyhau commented Apr 27, 2022

Describe the bug

In CDK it states Unit.NONE means "No unit", but it results in "None" instead of "No unit" (and no data is returned when Unit == None) .

Expected Behavior

The documentation states Unit.NONE means "No unit", so it is expected that when using Unit.NONE in CDK stack for alarm, the unit will be "No unit".

Current Behavior

In CDK it states Unit.NONE means "No u

good first issue p2 package/tools effort/small
infracost
craigbryson
craigbryson commented May 2, 2022

Add estimation support for azurerm_iothub resources, e.g. from here: https://azure.microsoft.com/en-us/pricing/details/iot-hub/

Cost components:

IoT Hub Units - fixed price per unit, defined as:

sku {
          + capacity = 1
}

Each SKU has a defined limit of messages per day per hub unit - so estimating this resource based solely on hub unit capacity should be suffici

good first issue new resources azure
solaris187
solaris187 commented Apr 24, 2022

Hello! Trying to write a provider based check to ensure that only certain AWS regions are being specified in Terraform. For testing, to ensure that I generally understand how the BaseProviderChecks worked, I pulled over this check below from the Checkov code and tried running it against my plan file.

import re
from typing import Dict, List, Any

from checkov.common.models.enums import C
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 May 1, 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