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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for adding notes to vsphere_vapp_container #2226

Open
4 tasks done
hae-andrew-young opened this issue Jun 21, 2024 · 4 comments
Open
4 tasks done

Add support for adding notes to vsphere_vapp_container #2226

hae-andrew-young opened this issue Jun 21, 2024 · 4 comments
Labels
enhancement Type: Enhancement
Milestone

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

There is no property in the terraform resource to add a note to vsphere_vapp_container.

Use Case(s)

There is a place for this in the vSphere console and it would be extremely helpful to have this in the provider.

Screenshot 2024-06-20 at 5 13 50鈥疨M

Potential Terraform Provider Configuration

resource "vsphere_vapp_container" "app" {
  annotation = "I created this to troubleshoot a hard to debug issue"
}

References

No response

@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.

@tenthirtyam tenthirtyam self-assigned this Jun 21, 2024
@tenthirtyam
Copy link
Collaborator

Try annotation.

resource "vsphere_virtual_machine" "vm" {
  name = "foo"
  # ... omitted for brevity...
  annotation = "bar"
}

@tenthirtyam tenthirtyam closed this as not planned Won't fix, can't repro, duplicate, stale Jun 21, 2024
@tenthirtyam tenthirtyam reopened this Jun 21, 2024
@hae-andrew-young
Copy link
Author

annotation does not exist for vsphere_vapp_container resource. Please reopen.

@hae-andrew-young hae-andrew-young changed the title Add support for adding notes to vApp and Virtual Machines Add support for adding notes to vsphere_vapp_container Jun 21, 2024
@hae-andrew-young
Copy link
Author

Modified the issue to only mention vsphere_vapp_container

@tenthirtyam tenthirtyam reopened this Jun 21, 2024
@tenthirtyam tenthirtyam removed their assignment Jun 21, 2024
@tenthirtyam tenthirtyam added this to the Backlog milestone Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants