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
Reopening this issue. When trying to run terraform apply, I get the following:
│ Error: Unsupported argument
│
│ on main.tf line 29, in resource "rancher2_cluster" "cluster":
│ 29: outbound_type = var.outbound_type
│
│ An argument named "outbound_type" is not expected here. Did you mean "outboung_type"?
Looking at the code, the typo outboung_type is there. FWIW, this change works, but the typo needs to be fixed to have outbound_type before QA will close this issue.
Issue tracking PR #1439 which addresses rancher/aks-operator#721
The text was updated successfully, but these errors were encountered: