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

update the azurerm version along with the resource variables #28

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sweanan
Copy link

@sweanan sweanan commented Jan 19, 2023

This addresses the all the errors in the below issue :

  • azurerm version update along with the resource variables

cc: @robcamer @Nepomuceno

@sweanan sweanan changed the title update the version update the azurerm version along with the resource variables Jan 19, 2023
@@ -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
Copy link
Contributor

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.

Copy link
Author

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

@Nepomuceno
Copy link
Contributor

LGTM
:shipit:

Copy link
Contributor

@Nepomuceno Nepomuceno left a comment

Choose a reason for hiding this comment

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

LGTM
🚢

@sweanan
Copy link
Author

sweanan commented Feb 7, 2023

@Andrew-RF @joshrwolf Can you please merge this PR?

@bgulla
Copy link

bgulla commented Feb 7, 2023 via email

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.

3 participants