Skip to content

Conversation

@Kirill-Kulikov
Copy link
Contributor

Added github actions to implement automatic verification of Terraform code, at the stage of checking PR and committing to all branches, performs steps:

  • terraform-init - Init and validate Terraform code (terraform init, terraform validate)
  • terraform-format - Check Terraform code format (terraform fmt)
  • terraform-tflint - Find possible problems with Terraform code linter (tflint)

Additionally formatted pritunl module aws-ec2-pritunl/efs.tf according to terraform format code to pass the terraform-format stage.

@Kirill-Kulikov Kirill-Kulikov self-assigned this Apr 12, 2021
@Kirill-Kulikov Kirill-Kulikov temporarily deployed to dev April 12, 2021 07:30 Inactive
@Kirill-Kulikov Kirill-Kulikov temporarily deployed to dev April 12, 2021 07:30 Inactive
Copy link

@bridgecrew bridgecrew bot left a comment

Choose a reason for hiding this comment

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

Bridgecrew has found 1 infrastructure configuration error in this PR ⬇️

Remove ci environment deleted because it is not used

Rename `init` job to `validate` because main purpose of this stage - terraform validate
@Kirill-Kulikov Kirill-Kulikov merged commit dc0c71d into main Apr 20, 2021
@halfb00t halfb00t deleted the feature/Add-github-actions-ci branch April 20, 2021 10:48
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.

4 participants