Skip to content

Commit

Permalink
Full path for output-fil
Browse files Browse the repository at this point in the history
  • Loading branch information
augustdahl committed Jul 10, 2024
1 parent 8db8aaa commit 59f42c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dask_infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from common import replace_special_characters, append_content_to_end_of_file

def edit_dbx_teams_output_file(params):
file_path: str = "terraform/modules/dbx_teams/outputs.tf"
file_path: str = "https://github.com/kartverket/dask-infrastructure/terraform/modules/dbx_teams/outputs.tf"
project_name: str = params.get("project_name")

content = f'''
Expand Down

0 comments on commit 59f42c3

Please sign in to comment.