-
Notifications
You must be signed in to change notification settings - Fork 11
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
update the azurerm version along with the resource variables #28
base: main
Are you sure you want to change the base?
Conversation
modules/lb/main.tf
Outdated
@@ -52,7 +52,7 @@ resource "azurerm_lb_backend_address_pool" "bepool" { | |||
resource "azurerm_lb_probe" "this" { | |||
name = "${var.name}-lb-cp-probe" | |||
loadbalancer_id = azurerm_lb.this.id | |||
resource_group_name = data.azurerm_resource_group.rg.name | |||
# resource_group_name = data.azurerm_resource_group.rg.name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not leave in commented out code. If it should be removed just delete it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Nepomuceno cleaned up the code
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🚢
@Andrew-RF @joshrwolf Can you please merge this PR? |
We will evaluate this shortly. Thanks for your contribution.
On Tue, Feb 7, 2023 at 10:16 PM sweanan ***@***.***> wrote:
@Andrew-RF <https://github.com/Andrew-RF> @joshrwolf
<https://github.com/joshrwolf> Can you please merge this PR?
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAUSQM265OLIJBPLOJCBPSLWWLCTTANCNFSM6AAAAAAUAQTZFQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Brandon
|
This addresses the all the errors in the below issue :
cc: @robcamer @Nepomuceno