CiscoISE / terraform-provider-ciscoise

Terraform Provider for Cisco ISE
https://registry.terraform.io/providers/CiscoISE/ciscoise/latest/docs
MIT License
9 stars 4 forks source link

Terraform did not correct a controlled resource. #47

Closed RyanMBess closed 1 year ago

RyanMBess commented 1 year ago

I ran the below

resource "ciscoise_sgt" "example" {
  provider = ciscoise
  parameters {

    description       = "Terraform created with update"
    #generation_id     = "string123"
    #id                = "string987"
    is_read_only      = "false"
    name              = "TerraformSGT"
    propogate_to_apic = "false"
    value             = 18
  }

this created the SGT in ISE. I then went into ISE and renamed it to TerraformSGT1. Ran Terraform plan. It saw the change but when i did the terraform apply nothing is updated.

fmunozmiranda commented 1 year ago

Hey @RyanMBess ,there's a new provider version (0.6.6-beta). This behavior should be solved. Please try it again and let us know if it works for you.

fmunozmiranda commented 1 year ago

Hey @RyanMBess if we don't get answer in next 24 hours, this issue will be close due inactivity.

fmunozmiranda commented 1 year ago

Closing due inactivity.