JimSC
Results
2
issues of
JimSC
I have a Dockerfile with the following instructions wherein the requirements.txt I got linode-cli as a package to install: ``` FROM python:3 ENV PYTHONUNBUFFERED 1 RUN mkdir /code WORKDIR /code...
Hello, when I call the module with bypassing the required values as follows: ``` module "msk-cluster" { source = "angelabad/msk-cluster/aws" version = "0.5.1" cluster_name = var.name instance_type = var.broker_type number_of_nodes...