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

azurerm_network_security_rule & azurerm_network_security_rule - add support for Icmp to the protocol property #4615

Merged
merged 4 commits into from Oct 17, 2019

Conversation

ignatz42
Copy link
Contributor

Attempt to fix #3937

@ghost ghost added the size/XS label Oct 14, 2019
Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

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

Thanks for the pr @ignatz42

We just need to update the docs with the new value and then this should be good to go 👍

@katbyte
Copy link
Collaborator

katbyte commented Oct 15, 2019

Hmm, oddly the TestAccAzureRMNetworkSecurityRule_addingRules test is failing with:

config is invalid: expected protocol to be one of [* Tcp Udp], got Icmp

@katbyte
Copy link
Collaborator

katbyte commented Oct 15, 2019

@ignatz42

You'll need to add the new value to the security rule resource as well and then the test will pass. I tried to push the required changes to you branch but i don't have permission.

@ghost ghost added the documentation label Oct 15, 2019
@ignatz42
Copy link
Contributor Author

@katbyte Thank you for the review and finding the test failure. I've updated the commit with a small docs change and the fix for the failure.

@ghost ghost removed the waiting-response label Oct 15, 2019
@katbyte katbyte changed the title Bugfix/#3937 allow icmp nsg azurerm_network_security_rule & azurerm_network_security_rule - add support for Icmp to the protocol property Oct 17, 2019
Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

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

Thanks @ignatz42! LGTM 👍

Copy link
Collaborator

@katbyte katbyte left a comment

Choose a reason for hiding this comment

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

Thanks @ignatz42! LGTM 👍

katbyte added a commit that referenced this pull request Oct 17, 2019
@katbyte katbyte merged commit a3ac5c6 into hashicorp:master Oct 17, 2019
@ignatz42 ignatz42 deleted the bugfix/#3937_allow_icmp_nsg branch October 17, 2019 12:12
@ghost
Copy link

ghost commented Oct 29, 2019

This has been released in version 1.36.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 1.36.0"
}
# ... other configuration ...

@ghost
Copy link

ghost commented Nov 16, 2019

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks!

@hashicorp hashicorp locked and limited conversation to collaborators Nov 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow Icmp protocol for azure network security rule
2 participants