aston-r
aston-r
Hi, ``` helmsman -v Helmsman version: v3.6.6 ``` I want to store the certificate in SSM use it afterward STR: - store certificate in SSM - use helmsmen to fetch...
Hi, $subj. I hoped the issue was fixed in https://github.com/projectatomic/docker-lvm-plugin/issues/24, but it is not STR: -create volume; ``` # docker volume inspect jenkins_home [ { "CreatedAt": "0001-01-01T00:00:00Z", "Driver": "lvm", "Labels":...
Hi, terraform: v1.1.3 mongodb/mongodbatlas: v1.1.1 I want to create the project and want to add users to the project. ``` resource "mongodbatlas_project" "this" { count = var.create ? 1 :...
Hi We can build the docker images using the command: `docker build https://github.com/derailed/k9s.git` I tried to do using this provider, but faced the issue: ``` resource "docker_image" "this" { name...
Hi, STR: - create the tf file with context: ```hcl resource "aws_api_gateway_rest_api" "example" { body = jsonencode({ security_definitions = { sigv4 = { type = "apiKey" name = "Authorization" in...
Hi, atlantis version: `v0.28.5` (current latest version). I have simple workflow: * users create PR in Github and post comment: `atlantis apply` * atlantis merges pr only if apply is...
Hi, I faced the issues that docker container can not reach another docker container via the vip address. I investigated the issue and the issue is caused by disabled ip_forward...