Skip to content

Commit

Permalink
Add venv to giignore
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad9970 committed Jan 13, 2025
1 parent 65510ec commit 443a740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.terraform
.terraform.lock.hcl
dist/
.idea*
.idea*
venv/
2 changes: 1 addition & 1 deletion scripts/rds_snapshot/create_rds_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def compare_snapshot_status(rds_snapshot_instance_status,

def configure_prerequisites(rds_instance_name, region_name):
try:
click.echo("Creating RDS client using Boto3...")
click.echo("Creating RDS client...")
boto3_rds_client = boto3.client("rds", region_name=region_name)
click.echo("RDS client successfully created!")

Expand Down

0 comments on commit 443a740

Please sign in to comment.