-
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
Support for policy exemption #9197
Comments
What happened to #9392? |
Also interested in this feature. |
|
Sorry I do not have any news to share about this resource right now. But I will put new comments here once I get any updates, thank you |
I`m also keen on this one... Need to implement policy exemptions to my TF project |
We are waiting for the GA announcement of this new resource now. |
Do you know if there's an ETA? Im implementing a workaround using poweshell and local-exec in TF... Not the best solution, but it`s kinda urgent for me to get this deplyed. |
Well, unfortunately I do not have an ETA for this right now... sorry about that... |
i noticed you closed your PR (#9392 ). Any reasons for that? Also, thaks for replying to my comment. |
I have to close it because we are planning to have it when it becomes GA |
Meanwhile... have released a module which leverages Terraform's resource group template deployment for managing policy exemptions via ARM template https://registry.terraform.io/modules/globalbao/policy-exemptions/azurerm/latest |
The link to Rest API endpoint in the description should point to https://docs.microsoft.com/en-us/rest/api/policy/policy-exemptions (the current URL gives 404) |
It looks like Policy Exemptions are now GA. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I need to implement Policy exemptions in my project so I am very interested in this feature. Can anyone please tell if it's GA now? |
It appears the code changes for this have completed and a PR was open but it was never merged ? |
This feature is now in GA - see confirmation via this commit from the MS product group |
I still dont see it in azurerm, so not GA yet I guess. |
The capability is now GA from Microsoft - there is no Terraform AzureRM resource yet (previously it was waiting for the Microsoft capability to go GA, that has now happened, so this should be able to progress). |
Ah ok!!! Waiting for them to add this capability to azurerm |
@beandrad any info on when would policy exemptions be included in azurerm? |
This was just merged in #16293 and should go out in v3.2.0 of the provider! |
That's great news. Thanks for the update @mbfrahry |
This functionality has been released in v3.2.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Community Note
Description
Add a resource to create policy exemptions.
New or Affected Resource(s)
Potential Terraform Configuration
References
The corresponding Rest API endpoints are described here.
The client in the Azure Go SDK can be found here.
The text was updated successfully, but these errors were encountered: