Skip to content

SR changes for role assignment

Aayushi Jain requested to merge fix-BundleServerChanges into master

All Submissions:


  • [YES/NO] Have you added an explanation of what your changes do and why you'd like us to include them? Yes
  • [YES/NO] I have updated the documentation accordingly. No
  • [YES/NO/NA] My code follows the code style of this project. Yes

Current Behavior or Linked Issues


Work Item: https://dev.azure.com/OpenEnergyPlatform/Open%20Energy%20Platform/_workitems/edit/240/ This MR contains the changes in Service resource for role assignment to storage account

Does this introduce a breaking change?


  • Yes, Verified in local but there is slight risk factor

Impact would be Minor.

Other information


SR TF Plan:

  + resource "azurerm_role_assignment" "storage_blob_contributor" {
      + id                               = (known after apply)
      + name                             = (known after apply)
      + principal_id                     = "ce6676e9-75a8-439b-b438-6973919be2b3"
      + principal_type                   = (known after apply)
      + role_definition_id               = (known after apply)
      + role_definition_name             = "Storage Blob Data Contributor"
      + scope                            = "/subscriptions/7c052588-ead2-45c9-9346-5b156a157bd1/resourceGroups/osdu-mvp-srdev-z98y-rg/providers/Microsoft.Storage/storageAccounts/osdumvpsrdevz98ydata"
      + skip_service_principal_aad_check = (known after apply)
    }```

Merge request reports