diff --git a/export.py b/export.py index 4188439..4a75c03 100644 --- a/export.py +++ b/export.py @@ -8,8 +8,11 @@ from dotenv import load_dotenv from glob import glob + # [AA 2022.01.17] Set available resources -Resources = [ + + +Resources = os.getenv("TERRAFORM_RESOURCES").split(",") if os.getenv("TERRAFORM_RESOURCES") else [ "dynatrace_custom_service", "dynatrace_dashboard", "dynatrace_management_zone",