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 am going to add a Role using tf, although my mistake caused me to write the wrong option in the authentication, the Role addition still succeeded, is this the correct situation?
Here's the tf file I used, and you can see that I wrote “sysdig_monitor_api_token” instead of “sysdig_secure_api_token”.
hi, not sure if I understood what resources you tried to create, I assume a sysdig_custom_role and a sysdig_secure_team?
In that case, the fact that the custom role was created and the team was not is expected, since sysdig_custom_role is a resource that can be created by defining either secure product credentials or monitor product credentials (it is listed under "Sysdig Platform" in the doc), while the sysdig_secure_team is a resource that can be created only with secure product credentials (it is listed under "Sysdig Secure"), and if you need a monitor team, you create the sysdig_monitor_team companion resource.
I am going to add a Role using tf, although my mistake caused me to write the wrong option in the authentication, the Role addition still succeeded, is this the correct situation?
Here's the tf file I used, and you can see that I wrote “sysdig_monitor_api_token” instead of “sysdig_secure_api_token”.
I just tried adding Role and Team.
Adding a Role worked but adding a Team failed.
The text was updated successfully, but these errors were encountered: