Skip to content

Commit

Permalink
Disable retrieval of sensitive variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfontaine committed Apr 26, 2024
1 parent 5ce4259 commit 6f8c1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemk/exporters/terraform.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def _enrich_data(self, data: dict) -> dict:
logging.info("Start enriching data")

self._download_state_files(data)
data = self._enrich_workspace_variable_data(data)
# data = self._enrich_workspace_variable_data(data)

logging.info("Stop enriching data")

Expand Down

0 comments on commit 6f8c1b2

Please sign in to comment.