terraform-provider-oci icon indicating copy to clipboard operation
terraform-provider-oci copied to clipboard

Resource for attaching instances to managed instance group

Open et304383 opened this issue 2 years ago • 0 comments

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

Description

As per the title, we don't have a resource for attaching instances to the managed instance group. Seems like a huge oversight! The API support is there, so I can't see a functional reason not to have this supported.

New or Affected Resource(s)

oci_osmanagement_managed_instance_group_attach

Potential Terraform Configuration

resource "oci_osmanagement_managed_instance_group_attach" "attachment" {
  managed_instance_group_id = var.managed_instance_group_id
  managed_instance_id = var.managed_instance_id
}

et304383 avatar Feb 28 '22 12:02 et304383