infrastructure-as-code
Here are 1,291 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
Nov 13, 2021 - Go
Remove PodSecurityPolicy in the helm manifest
helm install trivy . --namespace trivy --create-namespace
W1018 19:47:44.637292 21571 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+
W1018 19:47:44.745250 21571 warnings.go:70] policy/v1beta1 PodSecurityPolicy is de
What is the problem?
Looks like the SqlServerEngineVersion.VER_14_00_3192_2_V1 is no longer supported?
I discovered this while trying to run the s3-instance integration test.
To get passed the problem in our pipeline I switched the test to use SqlServerEngineVersion.VER_14, but we
-
Updated
Nov 12, 2021 - Java
-
Updated
Nov 11, 2021 - Go
-
Updated
Oct 28, 2021 - Go
- Change
infracost --help"Generate completion script" > "Generate shell completion script" - Could
$SHELLbe used to automatically choose the shell when not specified? If not, then runninginfracost completionshould show the help text as well as the existing error message. In the same way thatinfracost diffdoes.
-
Updated
Nov 12, 2021 - Go
Hello Team,
Here is the my current checkov_scan.yml file
name: Run Checkov action serverless
id: checkov1
uses: bridgecrewio/checkov-action@master
with:
#skip_check: CKV_AWS_23 # optional: skip a specific check_id
#quiet: true # optional: display only failed checks
#log_level: DEBUG # optional: set log level. Default WARNING
- 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
Nov 12, 2021
-
Updated
Nov 2, 2021 - Python
-
Updated
Nov 8, 2021 - Go
-
Updated
Nov 4, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Nov 11, 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
Description
Add GCE support for google_project_iam_custom_role (TF)
Sources
-
Updated
Nov 5, 2021 - Go
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Oct 14, 2021 - HCL
-
Updated
Sep 30, 2020 - Go
-
Updated
May 8, 2021 - Markdown
-
Updated
Oct 22, 2021 - Ruby
-
Updated
Nov 12, 2021 - Open Policy Agent
-
Updated
Oct 5, 2021 - Go
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
Feb 27, 2018 - HCL
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."