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
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
When i try to use token_value with token_auth=true, i can auth to f5, tf plan works, but terraform apply fails with "Error: error creating iRule /Common/sample: Post "https://$BIG-IP MGMT address/mgmt/tm/ltm/rule": Forbidden
Steps To Reproduce
Steps to reproduce the behavior:
Provide terraform resource config which you are facing trouble along with the output of it.
Plan: 1 to add, 0 to change, 0 to destroy.
module.irule["sample.tcl"].bigip_ltm_irule.irule: Creating...
╷
│ Error: error creating iRule /Common/sample: Post "https://$BIG-IP MGMT address/mgmt/tm/ltm/rule": Forbidden
│
│ with module.irule["sample.tcl"].bigip_ltm_irule.irule,
│ on ../../modules/irule/main.tf line 1, in resource "bigip_ltm_irule" "irule":
│ 1: resource "bigip_ltm_irule" "irule" {
To get to know more about the issue, provide terraform debug logs
To capture debug logs, export TF_LOG variable with debug ( export TF_LOG= DEBUG ) before
runnning terraform apply/plan
As3/DO json along with the resource config( for AS3/DO resource issues )
Expected Behavior
A clear and concise description of what you expected to happen.
The irule is meant to create with terraform apply
Actual Behavior
A clear and concise description of what actually happens.
Please include any applicable error output.
We get the error
Plan: 1 to add, 0 to change, 0 to destroy.
module.irule["sample.tcl"].bigip_ltm_irule.irule: Creating...
╷
│ Error: error creating iRule /Common/sample: Post "https://$BIG-IP MGMT address/mgmt/tm/ltm/rule": Forbidden
│
│ with module.irule["sample.tcl"].bigip_ltm_irule.irule,
│ on ../../modules/irule/main.tf line 1, in resource "bigip_ltm_irule" "irule":
│ 1: resource "bigip_ltm_irule" "irule" {
The text was updated successfully, but these errors were encountered:
Environment
Summary
A clear and concise description of what the bug is.
Please also include information about the reproducibility and the severity/impact of the issue.
When i try to use token_value with token_auth=true, i can auth to f5, tf plan works, but terraform apply fails with "Error: error creating iRule /Common/sample: Post "https://$BIG-IP MGMT address/mgmt/tm/ltm/rule": Forbidden
Steps To Reproduce
Steps to reproduce the behavior:
ouput
To get to know more about the issue, provide terraform debug logs
To capture debug logs, export TF_LOG variable with debug ( export TF_LOG= DEBUG ) before
runnning terraform apply/plan
As3/DO json along with the resource config( for AS3/DO resource issues )
Expected Behavior
A clear and concise description of what you expected to happen.
The irule is meant to create with terraform apply
Actual Behavior
A clear and concise description of what actually happens.
Please include any applicable error output.
We get the error
Plan: 1 to add, 0 to change, 0 to destroy.
module.irule["sample.tcl"].bigip_ltm_irule.irule: Creating...
╷
│ Error: error creating iRule /Common/sample: Post "https://$BIG-IP MGMT address/mgmt/tm/ltm/rule": Forbidden
│
│ with module.irule["sample.tcl"].bigip_ltm_irule.irule,
│ on ../../modules/irule/main.tf line 1, in resource "bigip_ltm_irule" "irule":
│ 1: resource "bigip_ltm_irule" "irule" {
The text was updated successfully, but these errors were encountered: