infrastructure-as-code
Here are 913 public repositories matching this topic...
Description
The documentation for Installing Salt for development feels like it's out of date https://docs.saltstack.com/en/latest/topics/development/hacking.html . One example is that it seems to indicate that Python2 should be used:
On Arch Linux, where Python 3 is the default installation of Python, use the virtualenv2 command instead of virtualenv.
Pulumi - Modern Infrastructure as Code. Any cloud, any language
-
Updated
Nov 2, 2020 - Go
Main repository for GoCD - Continuous Delivery server
-
Updated
Nov 2, 2020 - Java
Hi,
I have some custom ASG configuration for my EKS cluster, and when I connect the ASG to the cluster, CDK adds 3 managed policies. Which is reasonable.
The problem occurs when I try to use a single IAM role for multiple ASGs. In that case, when I connect the ASGs to the cluster, the role ends up with N duplicates of each managed policy. When I try to deploy it, CloudFormation throws an err
Quick and Easy server testing/validation
-
Updated
Oct 31, 2020 - Go
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
Nov 2, 2020 - Go
Curated list of resources on HashiCorp's Terraform
-
Updated
Oct 26, 2020
Testinfra test your infrastructures
-
Updated
Nov 2, 2020 - Python
Tools for managing DNS across multiple providers
-
Updated
Nov 2, 2020 - Python
Infrastructure As Code Tutorial. Covers Packer, Terraform, Ansible, Vagrant, Docker, Docker Compose, Kubernetes
-
Updated
Sep 16, 2020
The simplest, most powerful way to build serverless applications
-
Updated
Nov 2, 2020 - JavaScript
[EOL] A command-line tool to declaratively manage Kubernetes clusters on AWS
-
Updated
Sep 30, 2020 - Go
-
Updated
Oct 30, 2020 - Go
Hi, I just created a new environment (test2) for my app, and now I’m trying to deploy a service to that environment but it fails.
Just for context, I’m attempting to use a monorepo setup:
- My apps (services) are in
/apps/ - My copilot manifests etc are in
/infrastructure/copilot/ - I always run
copilotfrom/infrastructure/ - Each manifest has an
imageproperty that points to
Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.
-
Updated
Sep 28, 2020 - Ruby
Terraform Best Practices for AWS users
-
Updated
Oct 4, 2020 - HCL
Terraform module for creating Kubernetes cluster running on Container Linux by CoreOS in an AWS VPC
-
Updated
Feb 27, 2018 - HCL
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
-
Updated
Nov 2, 2020 - 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).
Rex, the friendly automation framework
-
Updated
Oct 31, 2020 - Perl
Automate creating resilient, disposable, secure and agile infrastructure for Red Teams.
-
Updated
Sep 23, 2020 - HCL
-
Updated
Nov 1, 2020 - Shell
An enterprise-grade vendor-agnostic network automation platform.
-
Updated
Oct 29, 2020 - Python
Because having to type the whole commands is a pain!
Reads from existing Cloud Providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
-
Updated
Oct 9, 2020 - Go
CFEngine Community
-
Updated
Nov 2, 2020 - C
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](