You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="description"content="Overview of Infra management for Amakrush" />
8
+
</head>
9
+
10
+
### Basic Details
11
+
12
+
- Cloud Platform: Microsoft Azure
13
+
- Automation Tool: Terraform
14
+
15
+
Note:
16
+
17
+
* We are using centralized terraform state which is saved in Azure Blob Storage. Two persons will not be able to apply changes at same time as terraform uses state lock to avoid conflicting changes.
18
+
* Avoid running the changes from local setup, ssh key stored at user's home location is only allowed to ssh to all VMs created. In case run locally ansible will lose access to all the VMs. (In future we will start using hashicorp vault to save ssh keys to avoid this)
0 commit comments