Skip to content

Devops stuff about Azure Devops, terraform, k8s

Notifications You must be signed in to change notification settings

using-system/devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Devops stuff about Azure Devops, terraform, k8s

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages