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

Doc fix: proxmox_cloud_init_disk #1047

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Doc fix: proxmox_cloud_init_disk #1047

merged 1 commit into from
Jun 19, 2024

Conversation

maksimsamt
Copy link
Contributor

@maksimsamt maksimsamt commented Jun 18, 2024

Fix cdrom part

  • cd => cdrom
  • extra variable ${local.iso_storage_pool} fails and updates causes this issue:

iso = "cephfs:iso/tf-ci-***.iso" -> "cephfs:cephfs:iso/tf-ci-***.iso"

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # proxmox_vm_qemu.cloud_vm_from_packer_template will be updated in-place
  ~ resource "proxmox_vm_qemu" "cloud_vm_from_packer_template" {
        id                     = "***/qemu/***"
        name                   = "***"
        tags                   = "***"
        # (67 unchanged attributes hidden)

      ~ disks {
          ~ scsi {
              ~ scsi11 {
                  ~ cdrom {
                      ~ iso         = "cephfs:iso/tf-ci-***.iso" -> "cephfs:cephfs:iso/tf-ci-***.iso"
                        # (1 unchanged attribute hidden)
                    }
                }

                # (1 unchanged block hidden)
            }
        }

        # (3 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

@Tinyblargon Tinyblargon added the type/documentation This issue/PR is mainly about documentation label Jun 19, 2024
@Tinyblargon Tinyblargon merged commit b7f985a into Telmate:master Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/documentation This issue/PR is mainly about documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants