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

Bug report- azurerm_logic_app_standard does not support version attribute and system/managed identity implementation looks broken. #1973

Open
1 task done
arne21a opened this issue May 13, 2024 · 0 comments · May be fixed by #1974 or #1978
Assignees
Labels
bug Something isn't working
Milestone

Comments

@arne21a
Copy link
Contributor

arne21a commented May 13, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Version of the module you are using

5.7.11

Rover Version

aztfmod/rover:1.4.6-2305.1807

Terraform Version

v1.4.6 on linux_arm64

AzureRM Provider Version

3.75.0

Affected Resource(s)/Data Source(s)

azurerm_logic_app_standard

Terraform Configuration Files

logic_app_standard = {
  las1 = {
    name                 = "logicapp2"
    resource_group_key   = "la_test"
    app_service_plan_key = "asp1"
    storage_account_key  = "sa1"
    version              = "~4" #<--- missing
    # Required for virtual network integration
    vnet_integration = {
      vnet_key   = "vnet"
      subnet_key = "la_test_subnet"
      lz_key     = "sandbox_level3"
      # subnet_id = ""
    }
    identity = {
      type = "UserAssigned" #SystemAssigned
      #identity_ids = ["/subscriptions/sub-id/resourceGroups/rg-id/providers/Microsoft.ManagedIdentity/userAssignedIdentities/msi-id"]
      #lz_key = "sandbox_level3"
      key = "logicapp2"
    }
  }

Expected Behaviour

This should set the version to 4 and attach the referenced managed identity.

Actual Behaviour

The version flag is not supported and the managed/system assigned identity implementation seems to be not complete.
Will provide a PR to fix in near future.

Steps to Reproduce

Use provided snipped

Important Factoids

No response

References

No response

@arne21a arne21a added the bug Something isn't working label May 13, 2024
arne21a added a commit to flender-group/terraform-azurerm-caf that referenced this issue May 14, 2024
arne21a added a commit to arne21a/terraform-azurerm-caf that referenced this issue May 14, 2024
arne21a added a commit to flender-group/terraform-azurerm-caf that referenced this issue May 14, 2024
…apps

fix(logic-apps): aztfmod#1973 - adding version, fixing identity assignment
@arne21a arne21a linked a pull request May 17, 2024 that will close this issue
6 tasks
@arnaudlh arnaudlh linked a pull request May 18, 2024 that will close this issue
6 tasks
@arnaudlh arnaudlh added this to the 5.7.12 milestone May 18, 2024
@arnaudlh arnaudlh linked a pull request Jun 3, 2024 that will close this issue
6 tasks
@arnaudlh arnaudlh modified the milestones: 5.7.12, 5.8.0, 5.7.13 Jun 14, 2024
arne21a added a commit to flender-group/terraform-azurerm-caf that referenced this issue Jun 21, 2024
@arnaudlh arnaudlh modified the milestones: 5.7.13, 5.7.14 Jul 31, 2024
arne21a added a commit to flender-group/terraform-azurerm-caf that referenced this issue Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
2 participants