infrastructure-as-code
Here are 862 public repositories matching this topic...
-
Updated
Sep 12, 2020 - Go
-
Updated
Sep 12, 2020 - Java
link to reference doc page: https://docs.aws.amazon.com/cdk/api/latest/docs/aws-lambda-python-readme.html
describe your issue:
The docs refer to lambda.PythonFunction when that is a part of the aws-lambda-python mo
-
Updated
Sep 11, 2020 - Go
- Dockerfile include terraformer version with all providers
- Script install providers on start container
- Manual in README about docker run command, include volume mounts for outputs, credentials and etc.
-
Updated
Sep 3, 2020 - Python
-
Updated
Sep 11, 2020 - Python
-
Updated
Sep 8, 2020
-
Updated
Aug 22, 2020
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Aug 29, 2020 - Go
-
Updated
Aug 22, 2020 - Ruby
Currently, when outputting log events, any words with substring "ERR" or other fatal codes or warning codes will be shown with color. We should fix this.
e.g. "2 out of 26 resources could not be estimated because they don't have a price or Infracost does not yet support them (https://www.infracost.io/docs/supported_resources)"
Debug level logging could show the resource addresses.
-
Updated
Sep 11, 2020 - 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
Jul 29, 2020 - HCL
-
Updated
Sep 1, 2020 - Shell
-
Updated
Sep 11, 2020 - Go
-
Updated
Sep 10, 2020 - Python
Because having to type the whole commands is a pain!
-
Updated
Sep 11, 2020 - C
-
Updated
Sep 10, 2020 - Go
Found a bug in Collectors (#50). All collectors redundantly copied a bug where the Promise was not awaited.
Bug is fixed, but we should make a generic SinkCollector for all types that implement Sink<T>.
-
Updated
Aug 16, 2020
-
Updated
Sep 9, 2020 - 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."

I'm trying to use nbering/terraform-provider-ansible by placing it in
~/.terraform.d/plugins/linux_amd64/terraform-provider-ansible, butterraform initnever seems to actually find it (NB this works fine in 0.12.x). Why is that?Can 0.13 actually load plugins from local file-system directories (as [described in the documentation](