Terraform-provider-azurerm: support for azurerm_container_group with private ip

Created on 14 Nov 2018  ·  6Comments  ·  Source: terraform-providers/terraform-provider-azurerm

_This issue was originally opened by @mkyc as hashicorp/terraform#19366. It was migrated here as a result of the provider split. The original body of the issue is below._


Use-cases

Allow creation of Azure Container Instances inside vnet described here: https://docs.microsoft.com/en-us/azure/container-instances/container-instances-vnet
this requires possibility to define ipAddress.type: private and networkProfile.id: <profile-id>

enhancement serviccontainer-group

Most helpful comment

@mkyc Thanks for opening this feature request.

We're working on this feature through below steps and we'd like to share the latest progress with you here:

  • [x] Upgrade Container Group SDK to 2018-10-01 (#2174 )
  • [x] Upgrade Network SDK to 2018-08-01 (#2433 )
  • [x] Add Delegation in azurerm_subnet. (#2042)
  • [x] Add Network Profile resource. (#2636 )
  • [ ] Update Container Group code to support virtual network.

All 6 comments

👍 we are also interested in this feature

@mkyc Thanks for opening this feature request.

We're working on this feature through below steps and we'd like to share the latest progress with you here:

  • [x] Upgrade Container Group SDK to 2018-10-01 (#2174 )
  • [x] Upgrade Network SDK to 2018-08-01 (#2433 )
  • [x] Add Delegation in azurerm_subnet. (#2042)
  • [x] Add Network Profile resource. (#2636 )
  • [ ] Update Container Group code to support virtual network.

Hi All,

Any update on this please? i'm looking for a way of deploying a container vnet integrated.

Updates? This would truly be a useful feature indeed, since it's in some cases blocking to use container groups that exposes them to the public. Thank you!

@velith i lost all hope and turn to docker and kube as this one is vnet integrated and supports also windows images.

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!

Was this page helpful?
0 / 5 - 0 ratings