NashTech Insights

Azure Pipeline

Posts by categories

Posts by tags

Close up of computer coding

Publish Package to Terraform Private Registry Using Azure Pipeline

Terraform Cloud provides the facility to store your terraform data. You can store your tfstate files on workspaces and keep the whole set of module packages with all tf files on the registry. The registry is both Public and Private. And here, we will deal with the private registry for creating terraform module and push …

Publish Package to Terraform Private Registry Using Azure Pipeline Read More »

Close up of computer coding

Create Module in Private Terraform Registry with Azure Pipeline

Terraform Cloud provides the facility to store your terraform data. You can store your tfstate files on workspaces and keep the whole set of module packages with all tf files on the registry. The registry is both Public and Private. And here, we will deal with the private registry for creating terraform module. Prerequisites Basic …

Create Module in Private Terraform Registry with Azure Pipeline Read More »