Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.12 KB

File metadata and controls

42 lines (23 loc) · 1.12 KB

terraform-azure-vm-initialize-disks

Initializes and mounts data disks attached to an Azure VM Adds user softcatadmin with existing default password.

Usage Examples

You can go to the tests folder, or review the examples folder: examples

Deployment

Perform the following commands on the root folder:

  • terraform init to get the plugins
  • terraform plan to see the infrastructure plan
  • terraform apply to apply the infrastructure build
  • terraform destroy to destroy the built infrastructure

< use terraform-docs to create Inputs and Outpus documentation > terraform-docs

terraform-docs markdown .

Requirements

Installed Software

The following dependencies must be installed on the development system:

Azure

Contributing

Refer to the contribution guidelines for information on contributing to this module.