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

Support for identity parameter in azurerm_digital_twins_instance #15970

Closed
mateuszlopusinski opened this issue Mar 23, 2022 · 10 comments · Fixed by #17076
Closed

Support for identity parameter in azurerm_digital_twins_instance #15970

mateuszlopusinski opened this issue Mar 23, 2022 · 10 comments · Fixed by #17076

Comments

@mateuszlopusinski
Copy link

mateuszlopusinski commented Mar 23, 2022

Description

There is no option to specify identity for the azurerm_digital_twins_instance

New or Affected Resource(s)

  • azurerm_digital_twins_instance

Potential Terraform Configuration

provider "azurerm" {
  features {}
}

resource "azurerm_resource_group" "example" {
  name     = "example_resources"
  location = "West Europe"
}

resource "azurerm_digital_twins_instance" "example" {
  name                = "example-DT"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location

  tags = {
    foo = "bar"
  }

 identity {
    type = "SystemAssigned"
  }
}

References

@myc2h6o
Copy link
Contributor

myc2h6o commented Mar 25, 2022

Hi @mateuszlopusinski I'll work on this

@gkarecki
Copy link

gkarecki commented Jun 1, 2022

Hi @myc2h6o Do you still work on this, or it has been resolved? The ticket is still open.

@myc2h6o
Copy link
Contributor

myc2h6o commented Jun 1, 2022

Hi @gkarecki I didn't get a chance to start it yet.

@myc2h6o
Copy link
Contributor

myc2h6o commented Jun 2, 2022

Hi @mateuszlopusinski @gkarecki I've created #17076 to add the support

@gkarecki
Copy link

gkarecki commented Jun 2, 2022

@myc2h6o Thanks! Looking forward to seeing that in next release! :)

@gkarecki
Copy link

gkarecki commented Jun 8, 2022

Hi @myc2h6o Sorry for bothering you again, I saw that PR is approved. Is there any chance to see that fix in next release? :)

@myc2h6o
Copy link
Contributor

myc2h6o commented Jun 8, 2022

@tombuildsstuff I've resolved the comments in the change, could you take another look?

@gkarecki
Copy link

@tombuildsstuff Could you please look again at this PR to resolve this issue as soon as it's possible?

@github-actions github-actions bot added this to the v3.12.0 milestone Jun 27, 2022
@github-actions
Copy link

github-actions bot commented Jul 1, 2022

This functionality has been released in v3.12.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!

@github-actions
Copy link

github-actions bot commented Aug 1, 2022

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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants