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

[192] add github-actions with tflint #29

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

pvlbnkl
Copy link

@pvlbnkl pvlbnkl commented Feb 2, 2023

Link to main issue: provectus/swiss-army-kube#192

@pvlbnkl pvlbnkl requested a review from wallhided February 2, 2023 02:25
@pvlbnkl pvlbnkl self-assigned this Feb 2, 2023
@pvlbnkl
Copy link
Author

pvlbnkl commented Feb 22, 2023

Locally tflint works, but when terraform init is invoked it results in failure due to versioning.
For example the module below is sourced from swiss-army-kube repo. It needs to be changed to hashicorp or we should update versions in the main SAK repository.

module network {
  source             = "git::https://github.com/provectus/swiss-army-kube.git//modules/network?ref=feature/argocd"
  availability_zones = var.availability_zones
  environment        = var.environment
  project            = var.project
  cluster_name       = var.cluster_name
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant