Skip to content

Commit 3365549

Browse files
committed
Fix description
1 parent afd6763 commit 3365549

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

codegen/src/policies/ElastioAwsBackupEc2Scan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as iam from "../iam";
22

33
export 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
{

iam-policies/terraform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

iam-policies/terraform/policies/ElastioAwsBackupEc2Scan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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": [

0 commit comments

Comments
 (0)