Skip to content

Commit

Permalink
Add delete attribute to rds resource (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
lechuk47 authored Jul 8, 2024
1 parent 2587ae9 commit aa3713b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions graphql-schemas/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,7 @@ confs:
- { name: event_notifications, type: AWSRDSEventNotification_v1, isList: true}
- { name: data_classification, type: AWSRDSDataClassification_v1 }
- { name: managed_by_erv2, type: boolean}
- { name: delete, type: boolean}

- name: NamespaceTerraformResourceS3_v1
interface: NamespaceTerraformResourceAWS_v1
Expand Down
11 changes: 9 additions & 2 deletions schemas/aws/terraform-resource-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,12 @@ properties:
- name
- secret
managed_by_erv2:
type: boolean
description: Manage the resource with erv2
type: boolean
description: Manage the resource with erv2
delete:
type: boolean
description: Flag to delete the resource


oneOf:
- additionalProperties: false
Expand Down Expand Up @@ -684,6 +688,9 @@ oneOf:
managed_by_erv2:
type: boolean
description: Manage the resource with erv2
delete:
type: boolean
description: Flag a resource to be deleted

required:
- identifier
Expand Down

0 comments on commit aa3713b

Please sign in to comment.