File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import * as iam from "../iam" ;
22
33export default {
4- description : "Allows Elastio to scan AWS Backup EC2 recovery points." ,
4+ description : "Allows Elastio to scan AWS Backup EC2 and EBS recovery points." ,
55
66 statements : [
77 {
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ See the basic [usage example](./examples/basic/main.tf).
3030| Policy | Description |
3131| ------------------------------------------------------------ | -------------------------------------------------------------- |
3232| [ ` ElastioAssetAccountDeployer ` ] [ ElastioAssetAccountDeployer ] | Permissions required to deploy the Elastio Asset Account stack |
33- | [ ` ElastioAwsBackupEc2Scan ` ] [ ElastioAwsBackupEc2Scan ] | Allows Elastio to scan AWS Backup EC2 recovery points. |
33+ | [ ` ElastioAwsBackupEc2Scan ` ] [ ElastioAwsBackupEc2Scan ] | Allows Elastio to scan AWS Backup EC2 and EBS recovery points. |
3434
3535[ ElastioAssetAccountDeployer ] : ../../codegen/src/policies/ElastioAssetAccountDeployer.ts
3636[ ElastioAwsBackupEc2Scan ] : ../../codegen/src/policies/ElastioAwsBackupEc2Scan.ts
Original file line number Diff line number Diff line change 11{
2- "Description" : " Allows Elastio to scan AWS Backup EC2 recovery points." ,
2+ "Description" : " Allows Elastio to scan AWS Backup EC2 and EBS recovery points." ,
33 "PolicyDocument" : {
44 "Version" : " 2012-10-17" ,
55 "Statement" : [
You can’t perform that action at this time.
0 commit comments