✗ terraform apply
│ Error: Unsupported argument
│
│ on main.tf line 38, in resource "ciscoise_allowed_protocols" "PreprodProtocols":
│ 38: eap_fast_use_pacs_server_returns = "true"
│
│ An argument named "eap_fast_use_pacs_server_returns" is not expected here.
Looks like this parameter is mandatory, cause when I try following code (without this parameter) im getting this error:
Prerequisites
Describe the bug Following TF code is not working:
I'm getting error:
Looks like this parameter is mandatory, cause when I try following code (without this parameter) im getting this error:
code:
error:
Expected behavior In ERS API I can create allowed_protocols with eapFastUsePacsServerReturns in eapFast
POST: https://10.48.190.181/ers/config/allowedprotocols
Body:
Results 201
Environment (please complete the following information):