naumannt

Results 8 comments of naumannt

I mean an EBS application or environment. Theoretically the same can apply to EC2, but EIPs and S3 buckets are directly created from EBS, so that the problem appears more...

I meant Elastic Beanstalk Environment, yes. This was a while ago, so I don't know if there was any changes regarding dependency resolution, and I didn't use Cloudnuke i quite...

Thanks for the feedback, I didn't have the notifications for m GitHub-Account set up so I didn't notice the issues. I will look into it!

app_subnet_ids is an input coming from the network module. What I assume happens here: when the network module only creates a single subnet, the exported variable is not considered a...

Note that you require multiple subnets for the database subnet group, so a subnet count of 2 or more is more or less required to run the code without changes

@aneesh121 does this work both when the subnet count is 1 and when it is >1? Feel free to create a PR and I will test it and merge it...

should be fixed by https://github.com/naumannt/tf-article/pull/7, thanks to @anrajme !

The .README says that the watch:standalone script is exclusive to the vue-project. Like the OP of this thread I would like to run an Angular-App on its own as well,...