Skip to content
#

infrastructure-as-code

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

AustinGomez
AustinGomez commented Jan 20, 2022

What is the problem?

The documentation gives the following info for the dbProxy prop:

"Type: string (optional, default: Generated by CloudFormation (recommended))"

However, the dbProxyName is not autogenerated by CFN. Instead the dbProxy name is set to the id string if props.dbProxy is not present.

Reproduction Steps

Create a DatabaseProxy without specifying a dbProxyName.

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
drewmullen
drewmullen commented Jan 27, 2022

Is your feature request related to a problem? Please describe.

Provide a feature to validate your custom checks work as expected. If we have custom checks in a central location, it would be good to have a way to validate those checks work as we expect.

Describe the solution you'd like
we provide HCL that passes and HCL that fails, tfsec would have a test cmd that would validate

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

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