Skip to content

Commit

Permalink
Manglet punktum
Browse files Browse the repository at this point in the history
  • Loading branch information
JoachimHaa committed Jun 25, 2024
1 parent 2f77ab2 commit 37c813d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entra_id_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def create_team_entraid_modul(team_name: str, product_area: str, team_lead: str) -> str:
entraid_modul = f'''
module "{"_".join(team_name.lower().split())}" {{
source = "/modules/team"
source = "./modules/team"
team_name = "{team_name}"
parent_group_object_id = module.{product_area.lower()}.product_area_object_id
team_lead = "{team_lead}"
Expand Down

0 comments on commit 37c813d

Please sign in to comment.