Skip to content
#

infrastructure-as-code

Here are 913 public repositories matching this topic...

terraform
rgl
rgl commented Aug 14, 2020

I'm trying to use nbering/terraform-provider-ansible by placing it in ~/.terraform.d/plugins/linux_amd64/terraform-provider-ansible, but terraform init never 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](

SammyTbeile
SammyTbeile commented Sep 21, 2020

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.

IvanKraljevic
IvanKraljevic commented Oct 23, 2020

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

aviflax
aviflax commented Sep 14, 2020

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 copilot from /infrastructure/
  • Each manifest has an image property that points to
anguslees
anguslees commented Mar 21, 2018

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).

🚀 Geodesic is a cloud automation shell. It's the fastest way to get up and running with a rock solid, production grade cloud platform built on top of strictly Open Source tools. ★ this repo! https://slack.cloudposse.com/

  • Updated Nov 1, 2020
  • Shell

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.

Curate this topic

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."

Learn more

You can’t perform that action at this time.