-
Updated
Apr 16, 2021 - Go
infrastructure-as-code
Here are 1,065 public repositories matching this topic...
-
Updated
Apr 16, 2021 - Go
When using the Vpc.from_lookup function without the proper permissions the output it produces from for example deploy is just
[Error at /file] You are not authorized to perform this operation.
Found errors
Which makes it very cumbersome to find out what permissions are missing, as otherwise the cdk fails with a specific arn and action why.
-
Updated
Apr 16, 2021 - Java
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
Mar 25, 2021 - Go
-
Updated
Apr 16, 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
Apr 9, 2021
-
Updated
Apr 16, 2021 - Go
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 16, 2021 - Python
-
Updated
Sep 16, 2020
-
Updated
Apr 13, 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]
Copilot doesn't seem to have correct error behavior when I try to create a Scheduled Job with the same name as an existing service.
For example, in my app right now I have the following:
❯ copilot svc ls
Name Type
---- ----
fe Load Balanced Web Service
I can see this in SSM:
❯ aws ssm get-parameter --name /copilot/applicatio
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Apr 16, 2021 - Go
-
Updated
Sep 30, 2020 - Go
-
Updated
Mar 3, 2021 - Markdown
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Mar 23, 2021 - HCL
-
Updated
Feb 27, 2018 - HCL
Garbage collection works by listing everything with the gc-tag. In a busy cluster, we really want that filter to happen server-side and ideally using an index of some sort.
That means we should use a Kubernetes label, not an annotation.
I think this will require a two-step migration plan (write both but continue to read annotation; release; drop support for annotation; release).
-
Updated
Apr 6, 2021 - HCL
-
Updated
Apr 11, 2021 - Perl
-
Updated
Apr 17, 2021 - Shell
-
Updated
Apr 14, 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."
We have Changelog documentation here:
https://docs.saltproject.io/en/latest/topics/development/changelog.html
However, this documentation is not integrated or referenced in our documentation on how to create PRs:
https://docs.saltproject.io/en/latest/topics/development/contributing.html
The "Changelog" section appears BEFORE the Contributing section, but should likely be placed INSIDE