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

Missing ddos_protection_plan attribute #109

Open
1 task done
jasgreen opened this issue May 10, 2023 · 1 comment
Open
1 task done

Missing ddos_protection_plan attribute #109

jasgreen opened this issue May 10, 2023 · 1 comment
Labels

Comments

@jasgreen
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Greenfield/Brownfield provisioning

greenfield

Terraform Version

1.4.4

Module Version

5.2.0

AzureRM Provider Version

3.53.

Affected Resource(s)/Data Source(s)

azurerm_virtual_network

Terraform Configuration Files

Hello

Can you please add the missing attribute ddos_protection_plan.

tfvars variables values

/

Debug Output/Panic Output

/

Expected Behaviour

No response

Actual Behaviour

No response

Steps to Reproduce

No response

Important Factoids

No response

References

No response

@jasgreen jasgreen added the bug label May 10, 2023
@zioproto
Copy link

Hello,

I understand you want to use the resource azurerm_network_ddos_protection_plan:

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_ddos_protection_plan

You can use the output vnet_id from this module:

output "vnet_id" {
description = "The id of the newly created vNet"
value = azurerm_virtual_network.vnet.id
}

to populate the list virtual_network_ids from the azurerm_network_ddos_protection_plan resource.
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_ddos_protection_plan#virtual_network_ids

Please, can you elaborate more on the use-case of adding the resource azurerm_network_ddos_protection_plan to this module ?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants