-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Feature Request: Application Security Groups #369
Comments
👋 hey @tomasquith So I took a look into this last week and started building out support for Application Security Groups in this branch - however given Application Security Groups are still in an invite-only Preview phase, we're not able to support them at this time. That said, once Application Security Groups enter either Public Preview / GA we'll take another look at supporting them in Terraform, as it's definitely something we want to support. As such I'm going to put this Feature Request on the back burner for the moment - and we'll pick it up again as soon as we can :) Thanks! |
Hi @tombuildsstuff , Microsoft has included this as part of Public Preview already! Can you pick it again? :) thanks, |
Hello @tomasquith , @tombuildsstuff ! Thanks, |
@tombuildsstuff I tested your branch and it seems to work in creating asgs. However, am i correct in assuming that even though your branch implements asgs, we cannot use them because as per https://docs.microsoft.com/en-us/azure/virtual-network/create-network-security-group-preview --source-asgs --destination-asgs are not yet supported in security_rule block? |
@tombuildsstuff Any updates for ASG? |
@tombuildsstuff are there any dates you can share with you for Application Security Group implementation through terraform. we are currently managing it through a null resource and the process is become tedious specially with changes. |
hey folks! I've kicked off a test run against this branch and those tests are now working as expected. There's still several things needed to get this merged:
(in addition to anything else which comes up in review) So that we can launch this feature in a fully supported state - we'd be particularly interested to hear how you're using Application Security Groups at present (for instance, if you're currently using them via the Thanks! |
👋 hey folks! So I had some extra time during a flight this morning and rebased this branch/added the missing documentation - as such I've opened PR #905 which adds support for provisioning Application Security Groups with Terraform :) Thanks! |
👋 hey folks! Just to let you know that support for Application Security Groups has just been released in v1.2.0 of the AzureRM Provider - full details of what's included are available here: https://github.com/terraform-providers/terraform-provider-azurerm/blob/v1.2.0/CHANGELOG.md#120-march-02-2018 Thanks! |
I was wondering if it makes sense to abstract security constructs like security groups and have specific providers like aws azure etc. This would help with multi cloud use cases and avoid cloud vendor lockin. Any thoughts? |
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 👉 [email protected]. Thanks! |
Hi, Following the announcements at Ignite it would be nice to explore the Application Security Groups functionality which is now in preview via terraform. It seems to make security groups more like AWS and infinitely more friendly than they currently are.
https://docs.microsoft.com/en-us/azure/virtual-network/create-network-security-group-preview
The text was updated successfully, but these errors were encountered: