José Coelho
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'll take this one.
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: ```...