Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 1.82 KB

README.md

File metadata and controls

65 lines (37 loc) · 1.82 KB

About

Devops stuffs about terraform, k8s, azure...

Terraform modules

Secure, tested, documented and free to use (by refer the modules or copy them for your projects !)

Link

Source

CI workflow

Features

  • Azure, Kubernetes and helm modules
  • All modules are tested with last version of terraform and providers
  • Checked with checkov
  • Tested with terraform test framework (terraform test)
  • Documentation generated for each module (with terraform-docs)

Integration

By commit ref

(sample for commit ref 8d898691b4001e0fe5de3c97d7c7fe2183adb70a and module az-iam)

module "dns_zone_vnet_link_blob" {

  source = "git::https://github.com/using-system/devops.git//terraform/modules/az-iam?ref=8d898691b4001e0fe5de3c97d7c7fe2183adb70a"

}

By release tag

(sample for commit release 1.1.0 and module az-iam)

module "dns_zone_vnet_link_blob" {

  source = "git::https://github.com/using-system/devops.git//terraform/modules/az-iam?ref=1.1.0"

}

Github actions

Kubernetes certification preparation

hashicorp certification preparation