divya
Divyap29/divya/test
Terraform Module
HCL
TEST
Install
module "divya" {
source = "Divyap29/divya/test"
version = "1.1.0"
}
Inputs (4)
| Name | Type | Description | Default |
|---|---|---|---|
| resourcegroupname | string | The resource group name | required |
| storageaccountname | string | This is the name of storage accoutn to be created | "divyastorageaccount" |
| tier | string | Trier of the storage account | "Hot" |
| resourcegplocation | string | Location of RG | "East US" |
Outputs (2)
storageid — This is the id of the provisioned storage accoutnStorageTier — The tier of the storage accountResources (1)
azurerm_storage_account
Details
FrameworkTerraform Module
LanguageHCL
Version1.1.0
Cloud TEST
★ Stars0
Forks0
Total downloads445
Inputs4
Outputs2
Resources1
NamespaceDivyap29
Updated