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 AVS #9283

Closed
yupwei68 opened this issue Nov 12, 2020 · 6 comments
Closed

Support for AVS #9283

yupwei68 opened this issue Nov 12, 2020 · 6 comments

Comments

@yupwei68
Copy link
Contributor

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

Azure VMware Solution provides you with private clouds that contain vSphere clusters, built from dedicated bare-metal Azure infrastructure.
All provisioned private clouds have vCenter Server, vSAN, vSphere, and NSX-T. You can migrate workloads from your on-premises environments, deploy new virtual machines (VMs), and consume Azure services from your private clouds.

New or Affected Resource(s)

  • azurerm_avs_private_cloud
  • azurerm_avs_cluster
  • azurerm_avs_authorization

Potential Terraform Configuration

resource "azurerm_avs_private_cloud" "example" {
  name                = "example-avs-private-cloud"
  resource_group_name = azurerm_resource_group.example.name
  location            = azurerm_resource_group.example.location
  sku_name            = "AV36"

  management_cluster {
    cluster_size = 3
  }

  network_block      = "192.168.48.0/22"
  internet_connected = false
  nsxt_password      = "QazWsx13$Edc"
  vcenter_password   = "QazWsx13$Edc"
  tags = {
    foo = "bar"
  }
}

References

@ctaggart
Copy link

ctaggart commented Dec 2, 2020

Is this being blocked on feedback for the trace header issue?
https://github.com/Azure/azure-resource-manager-rpc/issues/101

@jimmfarley

This comment has been minimized.

@dylanhughes

This comment has been minimized.

katbyte pushed a commit that referenced this issue Feb 26, 2021
katbyte pushed a commit that referenced this issue Apr 24, 2021
katbyte pushed a commit that referenced this issue Jun 2, 2021
Fix:#9283

--- PASS: TestAccVmwareAuthorization_basic (15817.58s)
--- PASS: TestAccVmwareAuthorization_requiresImport (15908.18s)
@katbyte katbyte added this to the v2.62.0 milestone Jun 2, 2021
@katbyte katbyte modified the milestones: v2.62.0, v2.63.0 Jun 4, 2021
@katbyte katbyte modified the milestones: v2.63.0, v2.64.0 Jun 11, 2021
@yupwei68
Copy link
Contributor Author

Close for they are all supported.

@github-actions
Copy link

This functionality has been released in v2.64.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

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 Jul 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants