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

Add support for custom_attributes in resource vsphere_vapp_container #2227

Open
4 tasks done
hae-andrew-young opened this issue Jun 21, 2024 · 2 comments
Open
4 tasks done
Labels
enhancement Type: Enhancement stale Status: Stale

Comments

@hae-andrew-young
Copy link

hae-andrew-young commented Jun 21, 2024

Community Guidelines

  • I have read and agree to the HashiCorp Community Guidelines .
  • Vote on this issue by adding a 👍 reaction to the original issue initial description to help the maintainers prioritize.
  • Do not leave "+1" or other comments that do not add relevant information or questions.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Description

The argument in the resource is available but it appears to not do anything. This enhancement request is to actually have it applied to the resource.

Use Case(s)

Same use case as having custom_attributes on a VM.

Potential Terraform Provider Configuration

data "vsphere_custom_attribute" "build_attr" {
  name = "build"
}

resource "vsphere_vapp_container" "vapp_container" {
  name                    = local.vapp_name
  parent_resource_pool_id = var.resource_pool_cluster.resource_pool_id
  parent_folder_id        = var.folder.id
  custom_attributes = tomap({
    "${data.vsphere_custom_attribute.build_attr.id}" = "this no worky"
  })
}

References

Related to #2225

@hae-andrew-young hae-andrew-young added the enhancement Type: Enhancement label Jun 21, 2024
Copy link

Hello, hae-andrew-young! 🖐

Thank you for submitting an issue for this provider. The issue will now enter into the issue lifecycle.

If you want to contribute to this project, please review the contributing guidelines and information on submitting pull requests.

Copy link

Marking this issue as stale due to inactivity in the past 180 days. This helps us focus on the active issues. If this issue is reproducible with the latest version of the provider, please comment. If this issue receives no comments in the next 30 days it will automatically be closed.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!

@github-actions github-actions bot added the stale Status: Stale label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: Enhancement stale Status: Stale
Projects
None yet
Development

No branches or pull requests

1 participant