-
Notifications
You must be signed in to change notification settings - Fork 304
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
Multiple remote_port issue #220
Comments
Hi @codeuday95, thanks for submitting this issue. The network security feature is tend to be a simple one, for complex usage, please use network-security-group module(the current version cannot work properly with latest provider, we'll publish a new version to fix it soon) and inject this nsg via |
Hi @lonegunmanb Thanks for the Update ... will definitely wait for the next update |
Hi @codeuday95, we've published v4.0.0 for nsg module, would you please give it a try? Thanks! |
hi @lonegunmanb i tried using network-security-group module in vm here is the code XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX module "windowsservers" { ERROR │ Error: Invalid value for input variable |
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.3.7
Module Version
5.0.0
AzureRM Provider Version
3.39.1
Affected Resource(s)/Data Source(s)
remote_port
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
Error: creating/updating Security Rule: (Name "allow_remote_3389,8080_in_all" / Network Security Group Name "azureclivm-nsg" / Resource Group "Azurecli-Dev-Rg"): network.SecurityRulesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="SecurityRuleInvalidPortRange" Message="Security rule has invalid Port range. Value provided: 3389,8080. Value should be an integer OR integer range with '-' delimiter. Valid range 0-65535." Details=[]
│
│ with module.windowsservers.azurerm_network_security_rule.vm[0],
│ on .terraform/modules/windowsservers/main.tf line 347, in resource "azurerm_network_security_rule" "vm":
│ 347: resource "azurerm_network_security_rule" "vm"
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: