infrastructure-as-code
Here are 1,209 public repositories matching this topic...
Describe the solution you'd like
It would be nice to have a way to control whether a VM starts on boot or not. Maybe a new autostart
option to salt.states.virt.running and/or salt.states.virt.defined? Or maybe a new function?
Describe alternatives you've considered
I'll probably use salt.modules.virt.set_autostart for now.
-
Updated
Sep 13, 2021 - Go
AlmaLinux should be detected as RHEL/CentOS. Trivy should be able to detect RHEL/CentOS vulnerabilities
-
Updated
Sep 13, 2021 - Java
-
Updated
Sep 13, 2021 - Go
-
Updated
Sep 2, 2021 - Go
It does not look like we can detect "Fast snapshot restore" from the Terraform resource. Reading the AWS pricing page > "EBS Fast Snapshot Restore" example, I think we should hide that cost component by default and instead add a "fast_snapshot_restore_hours: 2 # Number
-
Updated
Sep 13, 2021 - Go
Is your feature request related to a problem? Please describe.
Yes. We've inherited a terraform repo with a lot of legacy problems. We've introduced checkov to ensure new config going
forward meets our standards. We've also generated baseline files for all of the existing legacy terraform config, so that we only fail checks for new problems. However, we'd like to keep visibility on all
-
Updated
Sep 8, 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
-
Updated
Sep 8, 2021 - Python
-
Updated
Sep 12, 2021 - Go
-
Updated
Jul 4, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Sep 12, 2021 - JavaScript
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
Sep 13, 2021 - Go
-
Updated
Sep 1, 2021 - Go
-
Updated
Sep 2, 2021 - JavaScript
-
Updated
Sep 30, 2020 - Go
-
Updated
Aug 29, 2021 - HCL
-
Updated
May 8, 2021 - Markdown
-
Updated
Mar 14, 2021 - Ruby
-
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
Sep 2, 2021 - Go
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."