add ops_ prefix to policies applied to cicd role

This commit is contained in:
2025-12-03 15:16:46 +01:00
parent 50f8ea95be
commit c490d37fd7
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ applications = [
{ name = "erp" },
{
name = "cms"
policies = ["factory__cf_r2_arcodange_tf"]
ops_policies = ["factory__cf_r2_arcodange_tf"]
service_account_names = ["cloudflared"]
},
]