José Coelho

Results 5 comments of José Coelho

I've been looking at the module code, and the issue is because the module queries influxdb to checks if the user exists before creating it. For influxdb:1.8.10, if auth is...

I am familiar with Composer ;)

Thanks! There’s a small how-to in the README. But I’m accepting PRs of you’re interested in collaborating.

I'm also getting this issue. I have an RDS resource declared: ``` ... resources: Resources: RDSInstance: Type: AWS::RDS::DBInstance Properties: ... ``` Then I set my environment variables like this: ```...