-
Updated
Feb 26, 2021 - Go
infrastructure-as-code
Here are 1,029 public repositories matching this topic...
-
Updated
Feb 27, 2021 - Go
Hi @nija-at , I don't think this is just a limitation of API Gateway but rather a mismatch between what is expected by API Gateway and what is exposed by CDK.
API gateway accepts * to represent any HTTP method. The HttpMethod enum doesn't have a value for that.
The following code synthesises and deploys correctly:
allowMethods: ["*"] as any
I would suggest to either create a se
-
Updated
Feb 26, 2021 - Java
-
Updated
Feb 27, 2021 - Go
Requesting that you add the new Gitlab Provider as a new VCS Provider.
See here for the provider details: https://registry.terraform.io/providers/gitlabhq/gitlab/latest
-
Updated
Feb 27, 2021 - Go
Describe the bug
CKV_GCP_14 requires a backup configuration, but it does not take into consideration read replicas.
A read replica cannot have backup enabled in GCP.
To Reproduce
Steps to reproduce the behavior:
- Create a google_sql_database_instance with master_instance_name and replica_configuration
- Chekov will pop up error CKV_GCP_14
Expected behavior
Read replicas
-
Updated
Feb 24, 2021
-
Updated
Feb 18, 2021 - Python
-
Updated
Feb 27, 2021 - Go
-
Updated
Jan 29, 2021 - Python
-
Updated
Sep 16, 2020
-
Updated
Feb 22, 2021 - JavaScript
- terrascan version: 1.2
- Operating System: all
Description
When scanning a repo, if the severity field is not all caps (HIGH|MEDIUM|LOW), when violations are output, the color of the severity field does not show up. The compare should be case-insensitive, OR we can normalize the severity field.
What I Did
terrascan scan -d [dir]
-
Updated
Feb 23, 2021 - JavaScript
Background
I've a copilot manifest file that uses the location field instead of building from a Dockerfile:

Current behavior
When I run copilot deploy, I get the following prompt:
.
-
Updated
Nov 8, 2020 - HCL
-
Updated
Feb 26, 2021 - Perl
-
Updated
Feb 27, 2021 - Shell
-
Updated
Feb 26, 2021 - Python
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.
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."
Description
The docs confused me a bit today: the Renderers page lists the gpg renderer as a text renderer. At the same time the salt.rendereres.gpg page uses it as a data renderer (last in the pipeline). This confused me for