-
Updated
Jun 8, 2021 - Go
infrastructure-as-code
Here are 1,104 public repositories matching this topic...
-
Updated
Jun 8, 2021 - Go
In Lambda, if you want to send a message to a WebSocket, you have to supply a HTTPS endpoint for the API Gateway control interface. However there appears to be no way to obtain this URL when the WebSocket is created via CDK,
Use Case
I want to create a WebSocket, and have a Lambda function send messages to connected clients in response to non-WebSocket events (e.g. SQS message arrival).
-
Updated
Jun 8, 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
May 29, 2021 - Go
Terraform ignores case sensitivity in most cases for AWS, GCP and Azure (I haven't checked other providers). The aim of this GH issue is to review and update all existing cloud resources to ensure that:
- case-insensitive string comparison are used, e.g.:
Bad:input == "large"
Good:strings.ToLower(input) == "large"
We might be able to grep for something like== "to review/fix them a
-
Updated
Jun 7, 2021 - Go
-
Updated
Jun 5, 2021
-
Updated
Jun 1, 2021 - Python
-
Updated
Jun 4, 2021 - Go
-
Updated
Jun 4, 2021 - Python
-
Updated
May 16, 2021
-
Updated
Jun 8, 2021 - Go
-
Updated
Jun 7, 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 7, 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 3, 2021 - Perl
-
Updated
Jun 5, 2021 - Shell
-
Updated
Jun 5, 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