Skip to content

Commit

Permalink
fix: RollBack All Regions logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyoungmoonDEV committed Dec 17, 2024
1 parent 90bb3aa commit 44d2a66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/plugin/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ def _validate_service_filter(service_filter, available_services):


def _set_region_filter(options, secret_data):
# available_regions = ResourceManager.get_region_names(secret_data)
available_regions = list(REGION_INFO.keys())
available_regions = ResourceManager.get_region_names(secret_data)

if region_filter := options.get("region_filter"):
_validate_region_filter(region_filter, available_regions)
Expand Down

0 comments on commit 44d2a66

Please sign in to comment.