Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add private option for loadbalancer #3

Merged
merged 9 commits into from
Jan 19, 2018
Merged

Add private option for loadbalancer #3

merged 9 commits into from
Jan 19, 2018

Conversation

jmapro
Copy link

@jmapro jmapro commented Sep 27, 2017

module "mylb" {
  source                                  = "Azure/loadbalancer/azurerm"
  type                                    = "private"
  frontend_subnet_id                      = "MySubnetID"
  frontend_private_ip_address_allocation  = "Static"
  frontend_private_ip_address             = "MyAddressIP"
  
  ...

Default type = public
Default frontend_private_ip_address_allocation = "Dynamic"

@jmapro
Copy link
Author

jmapro commented Oct 16, 2017

Hello @dcaro @dtzar ,

Is it possible to have a review please ?

Thanks.

@dcaro
Copy link
Contributor

dcaro commented Oct 18, 2017

@lbnjma I was oof last week, looking at it now.

@WodansSon WodansSon requested a review from dtzar January 10, 2018 01:40
@dtzar
Copy link
Contributor

dtzar commented Jan 10, 2018

@lbnjma Sorry for the extremely long delay in reviewing this one! Per @dcaro above comment, I thought he had it. I didn't test it, but it looks good to me.

@dtzar
Copy link
Contributor

dtzar commented Jan 10, 2018

@jeffreyCline Can you check to make sure the examples work and that someone can provision a load balancer without a private option?
@lbnjma - can you please do a rake format to fix the styling? See: https://github.com/Azure/terraform-test

@dtzar dtzar requested a review from WodansSon January 10, 2018 17:48
@WodansSon
Copy link
Contributor

@lbnjma Since you are adding new options to the module this needs to be reflected in the README.md file. Can you document the changes and add sample usage cases?

@jmapro
Copy link
Author

jmapro commented Jan 15, 2018

@dtzar Thanks for the review, I've fixed the styling
@jeffreyCline I've updated the documentation, let me know if something is wrong.

@WodansSon
Copy link
Contributor

@lbnjma It looks like my changes have conflicted with your update to the readme file. Can you resolve the conflicts?

Copy link
Contributor

@dtzar dtzar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I resolved the merge conflict and made some updates to the readme. I also tested this out with the vmss-cloudinit module for public IP and it worked.

@dtzar dtzar merged commit 16a4a4e into Azure:master Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants