Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
imrannayer committed Jul 9, 2021
1 parent af569fa commit c3f4ffd
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 10 deletions.
18 changes: 10 additions & 8 deletions AWS/LabSetup.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Terraform Lab Setup.
1) Select us-east-1 region in cloud console.

Select us-east-1 region.
2) Open AWS cloud shell

Open AWS cloud shell
3) Clone code repository

install terraform using following commands.
git clone https://github.com/imrannayer/terraform-workshop.git

sudo yum install -y yum-utils

sudo yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo
4) install terraform using script install_tf_in_shell.sh .

sudo yum -y install terraform
cd terraform-workshop/AWS/Labs

. install_tf_in_shell

******** AWS cloud shell does not preserve software install after restartrt. You have to execute install_tf_in_shell.sh every time you login to cloud shell. *************

git clone https://github.com/imrannayer/terraform-workshop.git
6 changes: 5 additions & 1 deletion Azure/LabSetup.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
use Azure cloud shell
1) use Azure cloud shell

2) Clone code repository

git clone https://github.com/imrannayer/terraform-workshop.git

3) Check Terraform version in cloud shell

terraform --version
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Extending the adopted spec, each change should have a link to its corresponding pull request appended.

## [2.3.0]
- Udpated LabSetup.txt for AWS, Azure and GCP

## [2.2.0]
- added labs for data source

## [2.1.0]
- Updated labs

## [2.0.0]

### NEW FEATURES
Expand Down
12 changes: 11 additions & 1 deletion GCP/LabSetup.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
use cloud shell
1) use cloud shell

2) Make Sure your project ID is set in cloud shell. Execute following command to check & set project ID in cloud shell. Replace MY_PROJECT_ID with your project ID

gcloud config list project

gcloud config set project <MY_PROJECT_ID>

3) Clone code repository

git clone https://github.com/imrannayer/terraform-workshop.git

4) Check Terraform version in cloud shell

terraform --version

0 comments on commit c3f4ffd

Please sign in to comment.