Open scross01 opened 6 years ago
Terraform v0.11.8 opc provider v1.2.1
The above listed resources all have default create/update/delete timeouts, but the defaults cannot currently be overridden in the terraform config - these resource need to support an optional timeouts config block e.g.
timeouts
resource "opc_compute_instance" "test" { ... timeouts { create = "60m" delete = "2h" } }
Terraform Version
Terraform v0.11.8 opc provider v1.2.1
Affected Resource(s)
Terraform Configuration Files
The above listed resources all have default create/update/delete timeouts, but the defaults cannot currently be overridden in the terraform config - these resource need to support an optional
timeouts
config block e.g.