Giter VIP home page Giter VIP logo

Comments (3)

bpg avatar bpg commented on August 9, 2024

Hi @resnostyle! 👋🏼

I can't really reproduce this issue.
Starting with the template:

resource "proxmox_virtual_environment_time" "node_time" {
  node_name = "pve"
  time_zone = "America/Toronto"
}

I've got:

OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  + create

OpenTofu will perform the following actions:

  # proxmox_virtual_environment_time.node_time will be created
  + resource "proxmox_virtual_environment_time" "node_time" {
      + id         = (known after apply)
      + local_time = (known after apply)
      + node_name  = "pve"
      + time_zone  = "America/New_York"
      + utc_time   = (known after apply)
    }

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

Do you want to perform these actions?
  OpenTofu will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

proxmox_virtual_environment_time.node_time: Creating...
proxmox_virtual_environment_time.node_time: Creation complete after 0s [id=pve_time]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

Then changed the timezone:

resource "proxmox_virtual_environment_time" "node_time" {
  node_name = "pve"
  time_zone = "America/Toronto"
}
OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  ~ update in-place

OpenTofu will perform the following actions:

  # proxmox_virtual_environment_time.node_time will be updated in-place
  ~ resource "proxmox_virtual_environment_time" "node_time" {
        id         = "pve_time"
      ~ time_zone  = "America/New_York" -> "America/Toronto"
        # (3 unchanged attributes hidden)
    }

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

Do you want to perform these actions?
  OpenTofu will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

proxmox_virtual_environment_time.node_time: Modifying... [id=pve_time]
proxmox_virtual_environment_time.node_time: Modifications complete after 0s [id=pve_time]

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

Screenshot 2024-05-17 at 5 55 45 PM

Could you possible share your terraform output and perhaps the debug log?

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

Hi @resnostyle! Could you provide more details so I'll debug it further?
Otherwise I'm going to close this ticker as "can't reproduce"...

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

@resnostyle I'm closing this ticket as "can't reproduce". Feel free to reopen if need more help with this.

from terraform-provider-proxmox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.