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

Fix azure provider warning, rename a public_ip field #387

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

dghubble
Copy link
Member

Fixes:

Warning: module.somecluster.azurerm_public_ip.apiserver-ipv4: "public_ip_address_allocation": [DEPRECATED] this property has been deprecated in favor of `allocation_method` to better match the api
...

* azurerm_public_ip (used internally) added a field `allocation_method`
to replace the field `public_ip_address_allocation` (deprecated)
* Require terraform-provider-azurerm v1.21+
* hashicorp/terraform-provider-azurerm#2576
@dghubble dghubble merged commit eb08593 into master Jan 28, 2019
@dghubble dghubble deleted the fix-azure-warning branch February 2, 2019 07:11
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.

1 participant