You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repeated terraform run of the above result is the error below
terraform plan -var=management_password_instance="xxxxxxxx"
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-01,
│ on main.tf line 92, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01":
│ 92: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries01, was not found
╵
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-02,
│ on main.tf line 115, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02":
│ 115: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries02, was not found
╵
Expected Behavior
terraform plan should show zero to add as no change was made to the tf file
Actual Behavior
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-01,
│ on main.tf line 92, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01":
│ 92: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries01, was not found
╵
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-02,
│ on main.tf line 115, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02":
│ 115: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries02, was not found
╵
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform plan
Important Factoids
none
References
none
The text was updated successfully, but these errors were encountered:
Terraform Version
terraform -v
Terraform v1.9.8
on darwin_arm64
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
initial run is sucessful - provider is created as well as next instances
Plan: 4 to add, 0 to change, 0 to destroy.
bigipnext_cm_provider.rseries01: Creating...
bigipnext_cm_provider.rseries02: Creating...
bigipnext_cm_provider.rseries02: Creation complete after 1s [id=2994019b-59a0-490d-bd4f-65e3b4690017]
bigipnext_cm_provider.rseries01: Creation complete after 1s [id=5bc5bd94-2311-49d5-a4e6-7e708ecdca40]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Creating...
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Creating...
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [10s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [10s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [20s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [4m10s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [4m20s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [4m20s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [4m30s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [4m30s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [4m40s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [4m40s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [4m50s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [4m50s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [5m0s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [5m0s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [5m10s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [5m10s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [5m20s elapsed]
...
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Still creating... [7m30s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Still creating... [7m30s elapsed]
bigipnext_cm_deploy_f5os.lab-a-tier2-01: Creation complete after 7m31s [id=labrseries01]
bigipnext_cm_deploy_f5os.lab-a-tier2-02: Creation complete after 7m32s [id=labrseries02]
Apply complete! Resources: 4 added, 0 changed, 0 destroyed.
Panic Output
repeated terraform run of the above result is the error below
terraform plan -var=management_password_instance="xxxxxxxx"
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-01,
│ on main.tf line 92, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01":
│ 92: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries01, was not found
╵
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-02,
│ on main.tf line 115, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02":
│ 115: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries02, was not found
╵
Expected Behavior
terraform plan should show zero to add as no change was made to the tf file
Actual Behavior
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-01,
│ on main.tf line 92, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01":
│ 92: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-01" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries01, was not found
╵
╷
│ Error: Client Error
│
│ with bigipnext_cm_deploy_f5os.lab-a-tier2-02,
│ on main.tf line 115, in resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02":
│ 115: resource "bigipnext_cm_deploy_f5os" "lab-a-tier2-02" {
│
│ Failed to Read Device Info, got error: the requested device:labrseries02, was not found
╵
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform plan
Important Factoids
none
References
none
The text was updated successfully, but these errors were encountered: