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

set correct mandatory require_signed_commits value #63

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

lixhunter
Copy link
Collaborator

No description provided.

@lixhunter lixhunter marked this pull request as draft November 26, 2024 10:15
@lixhunter lixhunter added the bug Something isn't working label Nov 26, 2024
Comment on lines +49 to +51
ARM_CLIENT_ID : var.ARM_CLIENT_ID
ARM_SUBSCRIPTION_ID : var.ARM_SUBSCRIPTION_ID
ARM_TENANT_ID : var.ARM_TENANT_ID
Copy link
Member

@rswrz rswrz Nov 26, 2024

Choose a reason for hiding this comment

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

Shouldn't the assignment have equal signs? Colon does work, but does not get recognized by terraform fmt.

Suggested change
ARM_CLIENT_ID : var.ARM_CLIENT_ID
ARM_SUBSCRIPTION_ID : var.ARM_SUBSCRIPTION_ID
ARM_TENANT_ID : var.ARM_TENANT_ID
ARM_CLIENT_ID = var.ARM_CLIENT_ID
ARM_SUBSCRIPTION_ID = var.ARM_SUBSCRIPTION_ID
ARM_TENANT_ID = var.ARM_TENANT_ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

2 participants