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

transfer github organisation, refactor module #12

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

michaelamattes
Copy link
Collaborator

No description provided.

"description": "A Terraform module that manages the management resources from the azurerm provider.",
"visibility": "public",
"default_branch": "main",
"homepage": "https://telekom-mms.github.io/terraform-template",
Copy link
Contributor

Choose a reason for hiding this comment

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

This should probably be something else.

Comment on lines +8 to +13
env:
TEMPLATE_REPOSITORY: telekom-mms/terraform-template

jobs:
call-terrascan:
if: github.repository != '$TEMPLATE_REPOSITORY'
Copy link
Contributor

Choose a reason for hiding this comment

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

I know you did it the same in the other repos, but using a variable only for this one thing is useless:

Suggested change
env:
TEMPLATE_REPOSITORY: telekom-mms/terraform-template
jobs:
call-terrascan:
if: github.repository != '$TEMPLATE_REPOSITORY'
jobs:
call-terrascan:
if: github.repository != 'telekom-mms/terraform-template'

@michaelamattes michaelamattes merged commit 7b35a92 into main Nov 6, 2023
5 checks passed
@michaelamattes michaelamattes deleted the refactoring branch November 6, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants