-
Updated
Jun 20, 2021 - Go
infrastructure-as-code
Here are 1,112 public repositories matching this topic...
-
Updated
Jun 21, 2021 - Go
❓ General Issue
As I'm upgrading CDK in many projects to remove EOL Node 10.x lambdas, I'm seeing an upgrade go from 10.x -> 12.x instead of the expected 14.x (current LTS). This means that I'm going to need to revisit this upgrading process sooner than if this were set to 14.x.
This construct is specifying 'nodejs12.x'
https://github.com/aws/aws-cdk/blob/b1ecd3d49d7ebf97a54a80
-
Updated
Jun 21, 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
Jun 18, 2021 - Go
Add package manager support for windoz users with chocolatey:
like here: https://github.com/bridgecrewio/yor-choco
-
Updated
Jun 20, 2021 - Go
-
Updated
Jun 9, 2021
-
Updated
Jun 17, 2021 - Python
-
Updated
Jun 11, 2021 - Go
-
Updated
Jun 20, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 21, 2021 - JavaScript
We should surface to users earlier in the pipeline workflow what the possible repo sources are (GitHub, CodeCommit, Bitbucket).
pipeline --help
pipeline init --help
at the very least, possibly pipeline update(/deploy) --help
as well...
-
Updated
Jun 18, 2021 - Go
-
Updated
Jun 7, 2021 - JavaScript
-
Updated
Sep 30, 2020 - Go
-
Updated
May 8, 2021 - Markdown
-
Updated
Jun 7, 2021 - HCL
-
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
Jun 19, 2021 - Perl
-
Updated
Jun 20, 2021 - Shell
-
Updated
Jun 10, 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
let's say I have an
apache
process group I want to control.supervisord.running
, thename
must beapache:*
(which is the same notation used by supervisor)supervisord.dead
, thename
must beapache:
(without the*
)As both states mirror each other, I expect them to use the same convention for
name
, the one fromrunning
since it