Skip to content

iac-best-practices-workshop/terraform-azure-module-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-azure-module-pipeline

About Repository used to train CI/CD and Release strategies

Instructions

You should fork this project and test / experiment different release strategies (Trunk-Based, Git Flow, Release Bases).

Requirements

No requirements.

Providers

Name Version
azurerm n/a

Modules

No modules.

Resources

Name Type
azurerm_storage_account.example resource

Inputs

Name Description Type Default Required
account_name The name of the storage account string n/a yes
account_replication_type Defines the type of replication to use for this storage account (LRS / GRS / RAGRS / ZRS / GZRS / RAGZRS) string "LRS" no
account_tier Defines the Tier to use for this storage account (Standard / Premium) string "Standard" no
location The location/region where the storage account is created string n/a yes
resource_group_name The name of the resource group in which to create the storage account string n/a yes

Outputs

Name Description
storage_account_name The name of the storage account
storage_account_primary_connection_string The primary connection string for the storage account

About

Repository used to train CI/CD and Release strategies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages