Closed ClaireHayard closed 2 years ago
Hi Claire,
We are not able to reproduce the issue with the configurations given. Please make sure you have the hardware in oneview within the scope which you are using. Kindly share a detailed log for us to debug further.
I am doing the suppression on DL servers: DL380 Gen10
licensing_intent = var.licensing_intent
configuration_state = var.configuration_state
force = var.force
hostname = var.hostname
username = var.username
password = var.password
variable "configuration_state" {
description = "Specifies the desired server state. Valid options are: Managed, Monitored."
type = string
default = "Monitored"
}
variable "licensing_intent" {
description = "The type of product license to assign to the server hardware."
type = string
default = "OneViewStandard"
}
Hi Claire,
We have reproduced the issue and we have added it in our backlog. We will be picking it up as per priority.
Thanks
Scenario/Intent
Hello,
I am trying to destroy a Monitored DL Server Hardware from my infrastructure. However the code fails with an error.
Environment Details
Expected Result
The server is successfully deleted from the infrastructure.
Actual Result
Input: Configuration file
In the tfstate
Result of the terraform plan