Skip to content

Commit

Permalink
Add environment variable handling and initialize default configuratio…
Browse files Browse the repository at this point in the history
…n files
  • Loading branch information
arnol377 committed Apr 17, 2025
1 parent b6c254d commit 35db3a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eks_automation/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
logger = logging.getLogger()
logger.setLevel("INFO") # Set to "ERROR" to reduce logging messages.

# Get environment variables
SECRET_NAME = os.environ["SECRET_NAME"]

class GitHubClient:
"""A class to interact with GitHub API without relying on external Git binaries.
Expand Down
1 change: 1 addition & 0 deletions varfiles/default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Empty file added varfiles/default.tfvars
Empty file.

0 comments on commit 35db3a5

Please sign in to comment.