Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vk-NEU7 authored Apr 24, 2024
1 parent 25704ce commit b95a874
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ Instructions for setting up the infrastructure using Terraform.
$ gcloud services enable compute.googleapis.com
$ gcloud services enable servicenetworking.googleapis.com --project=dev-gcp-project-1
$ gcloud services enable oslogin.googleapis.com
$ gcloud services enable artifactregistry.googleapis.com
$ gcloud services enable certificate.googleapis.com
$ gcloud services enable cloudbuild.googleapis.com
$ gcloud services enable deploymentmanager.googleapis.com
$ gcloud services enable dns.googleapis.com
$ gcloud services enable cloudfunctions.googleapis.com
$ gcloud services enable cloudkms.googleapis.com
$ gcloud services enable logging.googleapis.com
$ gcloud services enable monitoring.googleapis.com
$ gcloud services enable pubsub.googleapis.com
$ gcloud services enable run.googleapis.com
$ gcloud services enable sqladmin.googleapis.com
$ gcloud services enable storage-component.googleapis.com
$ gcloud services enable networkconnectivity.googleapis.com
$ gcloud services enable vpcaccess.googleapis.com
$ gcloud services enable serviceusage.googleapis.com
```

3. **Initialize Terraform:**
Expand Down Expand Up @@ -54,4 +71,4 @@ Instructions for tearing down the infrastructure
```

2. **Confirm Destruction:**
Terraform will prompt you to confirm destruction. Enter `yes` to proceed with tearing down the infrastructure.
Terraform will prompt you to confirm destruction. Enter `yes` to proceed with tearing down the infrastructure.

0 comments on commit b95a874

Please sign in to comment.