-
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
azurerm_service_fabric_cluster support for azure_active_directory #2539
Comments
hey @DenheenJ Thanks for opening this issue :) Taking a quick look into your branch this appears to be off to a good start - I'd suggest in Terraform that these fields may make more sense as Thanks! |
@tombuildsstuff i think you are right, i've amended the fields and updated master on the fork. My only issue with the implementation is that it must create a new resource if the azure_active_directory sub resource is used, as the azure sdk similar to the diagnostics sub resource doesn't support updates at present only create. |
👍 sounds good - if you're planning on opening a PR for this would you mind doing so from a branch other than master? Occasionally it's helpful to push some minor changes prior to merging (e.g. rebasing to fix any merge conflicts), but the automatic branch protection for the master branch can mean it's not possible to push those changes, unfortunately
That's a wider issue across multiple resources in the Azure API - as such I'm not sure there's much else we can do to work around that, unfortunately - so this seems like a sensible approach for the moment 👍 Thanks! |
PR created Thank you for the input @tombuildsstuff 👍 |
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! |
Community Note
Description
Add support for Azure Active Directory Security to Azure Service Fabric Clusters
New or Affected Resource(s)
azurerm_service_fabric_cluster
feature
azure_active_directory
Potential Terraform Configuration
Potential Fix
https://github.com/DenheenJ/terraform-provider-azurerm
affected files:
azurerm/resource_arm_service_fabric_cluster.go
azurerm/resource_arm_service_fabric_cluster_test.go
website/docs/r/service_fabric_cluster.html.markdown
The text was updated successfully, but these errors were encountered: