We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24efda0 commit 17f4711Copy full SHA for 17f4711
scripts/cleanup_terraform_states.py
@@ -8,7 +8,6 @@ class CleanupTerraformStates:
8
def __init__(self):
9
self.env_folder = "env:/"
10
self.s3_client = boto3.client("s3")
11
- self.dynamo_client = boto3.client("dynamodb")
12
self.objects_paginator = self.s3_client.get_paginator('list_objects_v2')
13
self.object_versions_paginator = self.s3_client.get_paginator('list_object_versions')
14
0 commit comments