Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove not needed global #18

Merged
merged 7 commits into from
Aug 19, 2024
Merged

remove not needed global #18

merged 7 commits into from
Aug 19, 2024

Conversation

dorsradek
Copy link
Contributor

@dorsradek dorsradek commented Aug 19, 2024

No need to parse global as we don't expect it in the path

@dorsradek dorsradek force-pushed the support-different-globals2 branch from 09055b4 to bfcd3f2 Compare August 19, 2024 15:52
@dorsradek dorsradek marked this pull request as ready for review August 19, 2024 15:52
Comment on lines +38 to +41
# Removes the .terraform suffix if it exists
if [[ "$KEY" == *".terraform" ]]; then
KEY=${KEY%".terraform"}
fi
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I think this we don't need anymore, right? 🤔 And existing properties don't have it if I remember correctly since they weren't terraformed, but we should double check

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, not sure. Let's remove with all the others. I will add TODOs

@dorsradek dorsradek merged commit 228d671 into main Aug 19, 2024
2 checks passed
@dorsradek dorsradek deleted the support-different-globals2 branch August 19, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants