-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2d6231
commit 91917a4
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,6 @@ terraform.rc | |
|
||
# jq (used to gather information when terraform applying or planning) | ||
jq | ||
|
||
# .vscode | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# Infrastructure Repository for ACIA-CFIA AI-Lab | ||
|
||
This repository is dedicated to the infrastructure management of the ACIA-CFIA AI-Lab. It contains scripts, configurations, and documentation pertinent to infrastructure and DevOps practices within the lab, facilitating setup, deployment, and management across multiple cloud platforms including AWS, GCP, and Azure. | ||
This repository is dedicated to the infrastructure management of the ACIA-CFIA | ||
AI-Lab. It contains scripts, configurations, and documentation pertinent to | ||
infrastructure and DevOps practices within the lab, facilitating setup, | ||
deployment, and management across multiple cloud platforms including AWS, GCP, | ||
and Azure. | ||
|
||
## Contents: | ||
|
||
Cross-Cloud Setup Scripts: Automation scripts for seamless configuration across AWS, GCP, and Azure, covering project initiation, billing account association, artifact repository orchestration, and service account setup. | ||
GitHub Repository Creation Guide: Detailed instructions for creating new repositories in alignment with ACIA-CFIA standards. | ||
Getting Started: | ||
Cross-Cloud Setup Scripts: Automation scripts for seamless configuration across | ||
AWS, GCP, and Azure, covering project initiation, billing account association, | ||
artifact repository orchestration, and service account setup. GitHub Repository | ||
Creation Guide: Detailed instructions for creating new repositories in alignment | ||
with ACIA-CFIA standards. Getting Started: | ||
|
||
## Clone this repository. | ||
1. Navigate to the desired script or documentation. | ||
2. Follow the provided instructions. | ||
3. Related Repositories: | ||
|
||
Dev-Rel-Docs: Contains introductory files and documentation related to developer relations at ACIA-CFIA AI-Lab. | ||
Dev-Rel-Docs: Contains introductory files and documentation related to developer | ||
relations at ACIA-CFIA AI-Lab. |