Skip to content

Commit edf104b

Browse files
author
Jordan Taylor
committed
Amended README
1 parent 21c06bd commit edf104b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

azure/README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<<<<<<< HEAD
21
# Terraform Azure
32

43
## Terraform Commands
@@ -31,11 +30,4 @@ This basic compute demo will consist of the orchestration of blank Basic_A1 Azur
3130

3231
To destroy the infrastructure you have built, run command `terraform destroy -state=./terraform.tfstate -var-file=./terraform.tfvars`
3332

34-
* The `storage_name` variable is the name of the storage service to attach to the instance, it is blob storage service in Azure that serves as the backend to the instance. To build a storage using this make a module declaration within an environment for the `storage_service` module at `./modules/compute/storage/storage_service` and pass the appropriate variables in the `terraform.tfvars` file of the specified environment. It's important to note that each storage service requires a unique name.
35-
=======
36-
# Code & Demos to come soon:
37-
38-
* Release 2: Basic Compute in Microsoft Azure, Google Cloud & Rackspace
39-
* Release 3: Networking Infrastructure in AWS, Microsoft Azure, Google Cloud & Rackspace
40-
* Release 4: Terraform Provisioning with Puppet, Chef & Ansible
41-
>>>>>>> master
33+
The `storage_name` variable is the name of the storage service to attach to the instance, it is blob storage service in Azure that serves as the backend to the instance. To build a storage using this make a module declaration within an environment for the `storage_service` module at `./modules/compute/storage/storage_service` and pass the appropriate variables in the `terraform.tfvars` file of the specified environment. It's important to note that each storage service requires a unique name.

0 commit comments

Comments
 (0)