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

Adding citype support for custom cloud config #52

Closed
wants to merge 1 commit into from

Conversation

patsissons
Copy link

@patsissons patsissons commented Dec 7, 2020

Community Note

This is useful for deploying RancherOS which requires configdrive2 for citype

this includes a similar fix to #57 for initialization state diffs

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Release note for CHANGELOG:

adding new type field to the initialization block to specify the citype

see config docs for more details

Example:

resource "proxmox_virtual_environment_vm" "test_vm" {
  # ...

  initialization {
    user_data_file_id = proxmox_virtual_environment_file.test_vm_cloud_config.id
    type = "configdrive2"
  }
}

resource "proxmox_virtual_environment_file" "rancheros_template_cloud_config" {
  # ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant