first load
Some checks failed
Build, Push, Publish / Build & Release (push) Failing after 2s

This commit is contained in:
2025-12-16 04:41:52 -03:00
parent b42ed0e6b9
commit 4f4540b93a
16 changed files with 1082 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"backup:ListBackupJobs",
"backup:DescribeBackupJob"
],
"Resource": "*"
}
]
}