Adam C

Results 17 comments of Adam C

To add to this, the botocore documentation also says a list of `Tags` is returned but the API docs don't reflect that.

@pl31 sorry for the slow response. I won't have access to my CloudFoundry environment for a week, possibly two. I'll let you know my results once I do test it.

I was able to get it working using the following commands. The `create-service` is a service deployed by our CloudFoundry admins. ``` git clone https://github.com/pl31/heroku-jupyter cd heroku-jupyter cf create-service aws-rds-postgres...

I would like to chime in that I would also prefer to disable specific instances of a check. E2520 is checking for mutual exclusions which is fine except when I'm...

E2520's description is "Making sure CloudFormation properties that are exclusive are not defined" Given that, it's technically correct. `MasterUserPassword`/`MasterUsername` and `SnapshotIdentifier` are mutually exclusive. I can't see how it could...

That's great to hear @kddejong. Given that you guys already tracking this issue, should I still file a bug report as @adamchainz suggested?

I'd like to see this issue get resolved as well. Is there an update on whether this is actually a docker-compose issue or does a new issue need to be...

> My hope is that docker-compose would resolve the DNS IP from the compose service under the hood and do the right thing with it to expose the DNS automatically....

This issue is fixed with this PR: https://github.com/cloudtools/troposphere/pull/1449

> @kddejong duplicate of #987? Interesting. My output in the second example with debug output seems to mirror #987. But in the first one, it's actually linting the file, ie:...