ajinkya101 / azure-dev-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-dev-deploy

This repo deploys the Workload in Azure using Terraform

Requirements

Name Version
terraform >= 0.15.5
azurerm >=3.0.0

Providers

No providers.

Modules

Name Source Version
rg01 git::https://github.com/ajinkya101/azure-rg-module.git v0.0.1
stg01 git::https://github.com/ajinkya101/azure-storage-account-module.git v0.0.1

Resources

No resources.

Inputs

Name Description Type Default Required
network_rules Network rules restricing access to the storage account. object({ bypass = list(string), ip_rules = list(string), subnet_ids = list(string) }) null no
region Location of Resource groups string n/a yes
rg_name Name of resource groups string n/a yes
storage_account_name Specifies the name of the storage account string n/a yes
tags A map of tags to add to all resources map(string) {} no

Outputs

No outputs.

About


Languages

Language:HCL 100.0%