Skip to content

Commit d1c090d

Browse files
committed
is_v2_engine now supports pro provider
1 parent 8d46c88 commit d1c090d

File tree

1 file changed

+4
-1
lines changed
  • localstack-core/localstack/services/cloudformation/v2

1 file changed

+4
-1
lines changed

localstack-core/localstack/services/cloudformation/v2/utils.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33

44
def is_v2_engine() -> bool:
5-
return config.SERVICE_PROVIDER_CONFIG.get_provider("cloudformation") == "engine-v2"
5+
return config.SERVICE_PROVIDER_CONFIG.get_provider("cloudformation") in {
6+
"engine-v2",
7+
"engine-v2_pro",
8+
}

0 commit comments

Comments
 (0)