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
I want to use a macro for a app rule but im hitting an error when applying my terraform
╷
│ Error: Unsupported argument
│
│ on onelogin_app_rules.tf line 33, in resource "onelogin_app_rules" "blahhg":
│ 33: macro = "blahhfj"
│
│ An argument named "macro" is not expected here.
╵
ERRO[0001] 1 error occurred:
* exit status 1
example terraform
resource onelogin_app_rules blah{
app_id = onelogin_oidc_apps.blah.id
enabled = true
match = "all"
name = "ips_engineering"
actions {
action = "set_macro_thingy"
macro = "texteter"
value = []
}
conditions {
operator = "ri"
source = "has_role"
value = "55953"
}
}
I want to use a macro for a app rule but im hitting an error when applying my terraform
example terraform
The docs mention the macro value is available. https://registry.terraform.io/providers/onelogin/onelogin/latest/docs/resources/onelogin_app_rule#macro
using version 0.1.25
The text was updated successfully, but these errors were encountered: