Skip to content
#

infrastructure-as-code

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

whytewolf
whytewolf commented Jan 24, 2022

Description
the cmdmod functions look to all set saltenv to base instead of None and are not setting to __opts__['saltenv'] when saltenv in passed as not set. this gives the effect that cmd.script will not pull from saltenv config unless you pass saltenv directly to the module.

Setup
set saltenv in the config file of a minion to anything but base
add a file to the fileserver u

skyrpex
skyrpex commented Jan 30, 2022

Description

aws/aws-cdk#12386 introduced a requirement to add a topic name whenever a FIFO topic is created.

Do you think it's a good idea to generate a default name if it isn't provided by the user? All of the other CDK resources are named consistently using something similar to what cdk.Names.nodeUniqueId(node) does, ie MyStack2EC66409Topic.fifo, which preve

infracost
sinabakh
sinabakh commented Jan 18, 2022

Here are the steps to migrate a resource:

  1. Pull latest changes from my refactor-migration-t1 branch.
  2. Set the var SINGLE_RESOURCE_NAME in cmd/migrator/main.go to the resource filename.
  3. Run go run cmd/migrator/main.go, the resource file would be edited and a new resource file will be created in internal/resources/aws
  4. All things that the script was unable to migrate are chang
tfsec
tomverhees
tomverhees commented Feb 1, 2022

Is your feature request related to a problem? Please describe.
I want to be able to disable a whole level of violation. For example the low error level i want to disable but still run the checks on medium, high, critical.

Describe the solution you'd like
I would like to have this possible with a simple flag in the ci to do this. To disable the violation level : low, etc. that when yo

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

adonig
adonig commented Jan 6, 2022

I ran into a strange error message when trying to deploy a request driven web service in the Frankfurt (eu-central-1) region.

Template format error: Unrecognized resource types: [AWS::AppRunner::Service]

After some digging I found out that AppRunner isn't available in this region yet. It would be nice if copilot-cli could check whether a template is valid for the region and issue a warning

driftctl
optplx
optplx commented Jan 19, 2022

Description
For unmanaged security group rules, the json output currently shows only a hash generated based on the security group rule properties (such as from/to ports, protocol, sg ID). As far as I can tell, this makes it impossible to identify which rule is listed using the json report, and we have to run the "raw text" report to do so.

Example
Here is an example of the json output

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