#pr-reviews (2020-04)
Pull Request Reviews for Cloud Posse Projects
2020-04-01
Would it be possible to get a review of https://github.com/cloudposse/terraform-aws-s3-log-storage/pull/25 ?
This is a change to the current default behavior, where buckets will be left in a state where they could be made public, and instead makes the buckets block public access by default.
@Andriy Knysh (Cloud Posse) looks like a quick one (@Maxim Mironenko (Cloud Posse) is on vacation this week)
checking
2020-04-02
Hey any chance I could get a push in the right direction on this PR? https://github.com/cloudposse/terraform-aws-ssm-parameter-store/pull/12
Info Following up on #10, this PR uses that fork and then applies the most recent requirement: Updates the type for parameter_write variable so terraform can run without errors.
@Mikhail Naletov has joined the channel
Hi! I’d be very glad if somebody took a look at my PRs
https://github.com/cloudposse/terraform-aws-elastic-beanstalk-environment/pull/108 https://github.com/cloudposse/terraform-aws-elastic-beanstalk-application/pull/19
Thanks!
what Environment variable why Most cloudposse modules have environment variable. This one doesn’t. The PR fixes it.
Next week we should be faster at reviewing
sorry for the hold up
2020-04-06
@jose.amengual has joined the channel
@here https://github.com/cloudposse/terraform-aws-s3-bucket/pull/21 when yoy have a chance
Thanks for the reviews
2020-04-08
@Joe Niland has joined the channel
[reposted from #terraform]
Hi @Maxim Mironenko (Cloud Posse) would you mind reviewing this PR? I need a bit of help with the bats tests as well. When you have time, I’ll explain what I tried already. Thanks!! https://github.com/cloudposse/terraform-aws-ec2-bastion-server/pull/27
I have also added one example and tests, however I will need a bit of help to get the tests fully working.
sure, whats up with bats?
I have also added one example and tests, however I will need a bit of help to get the tests fully working.
@Joe Niland give me some context of your problems
Sure, one moment
I copied the tests from another cloudposse module and modified them. They are here: https://github.com/cloudposse/terraform-aws-ec2-bastion-server/pull/27/files#diff-920672592109ed71b04a314cf153cb22 I know I need to add a couple more tests but just getting started.
I run make
to run the tests.
All the initial ones are OK until check if terraform code is valid
.
This just seems to run terraform validate
.
If I run this manually it is returning success.
I have also added one example and tests, however I will need a bit of help to get the tests fully working.
Once I sort that out, I’ll see if the apply test works.
Should be something silly I guess!
ok, I will pull your branch and test it on my local
Thank you
will let you know
@Maxim Mironenko (Cloud Posse) sorry just pushed a small fix for one of the test conditions
ok
@Joe Niland, please, check for my commit. I’ve fixed validation for example
module
@Maxim Mironenko (Cloud Posse) thanks - i’ll check it out
ah I see - the validation was failing for the examples/complete module
@Maxim Mironenko (Cloud Posse) PR is updated
thanks, will check for it
Thanks!
Hi @Maxim Mironenko (Cloud Posse) I was wondering if you have had time to look at this one. Let me know if I can fix anything.
Hi @Joe Niland! Will rise the priority of this one. Looks like the only thing left is to setup pipeline for tests. Should be done shortly. Stay tuned and thanks for reminder!
Thanks @Maxim Mironenko (Cloud Posse)!
2020-04-10
another PR for RDS https://github.com/cloudposse/terraform-aws-rds-cluster/pull/64
Adding configurable timeouts for create, update and delete actions. Default is to 120m base onf the Terraform default.
any takers ?
Adding configurable timeouts for create, update and delete actions. Default is to 120m base onf the Terraform default.
anyone @here available ?
@jose.amengual I am on it
awesome sir
2020-04-13
2020-04-14
2020-04-20
@cabrinha has joined the channel
Hello there, I’d like to disable the creation of the s3 endpoint when using the EMR module: https://github.com/cloudposse/terraform-aws-emr-cluster/pull/14 – I’ve already got an S3 endpoint managed somewhere else.
2020-04-22
2020-04-23
I’d love a review of https://github.com/cloudposse/terraform-aws-eks-workers/pull/33 if someone has a few moments. It pretty simple, and just adds the environment
value from the label module into the rest of the resources.
2020-04-24
Hey folks — I just opened up Issue #207 on build-harness
. Is there a reason ya’ll at CloudPosse are printing that message and not running terraform validate
? Wanted to check here before I submitted a PR to fix.
Describe the Bug Running make terraform/validate on Terraform v0.12.X prints the following message: Terraform 0.12 does not support validate without skipping variables Expected Behavior I would exp…
Aha this is due to https://github.com/terraform-providers/terraform-provider-aws/issues/11058 / https://github.com/hashicorp/terraform/issues/21408
That’s a PITA…
This issue was originally opened by @Craigfis as hashicorp/terraform#23517. It was migrated here as a result of the provider split. The original body of the issue is below. I'm using Terraform …
I ran the command terraform validate -check-variables=false and I got the below output. It seems like the command is not well format. However, when I run terraform validate then the command seems f…
Aha — there is a workaround though… providing AWS_DEFAULT_REGION
before tf validate
allows validate to not throw that error. I’m going to put up a PR to fix…
I ran the command terraform validate -check-variables=false and I got the below output. It seems like the command is not well format. However, when I run terraform validate then the command seems f…
what Updates the terraform/validate target to actually run terraform validate instead of logging "unsupported" message. why This is to provide actual validation on v0.12 Seems the work…
@Matt Gowie won’t get to this until next week. @Maxim Mironenko (Cloud Posse) working on some other fixes at the moment.
@Erik Osterman (Cloud Posse) No rush at all — I just ran into a handful of CP build-harness/test-harness issues while working on https://github.com/cloudposse/terraform-aws-ssm-parameter-store/pull/12.
Info Following up on #10, this PR uses that fork and then applies the most recent requirement: Updates the type for parameter_write variable so terraform can run without errors.