diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md
index 30b5728265169035761fddd28062b2664024c71d..9dc78d75601ea9e1f76dce570a0f4093c9498cc0 100644
--- a/.gitlab/merge_request_templates/default.md
+++ b/.gitlab/merge_request_templates/default.md
@@ -10,7 +10,7 @@
 ## Does this introduce a change in the cloud provider implementation, if so which cloud?
 - [ ] AWS 
 - [ ] Azure
-- [ ] GCP
+- [ ] Google Cloud
 - [ ] IBM
 
 ## Does this introduce a breaking change?
diff --git a/devops/gcp/configmap/README.md b/devops/gcp/configmap/README.md
index ce6bc6d029113e3223ba015cbe99f1663f94a295..a50bb76e12c8c28c07a0350fffb0dee46a5120b7 100644
--- a/devops/gcp/configmap/README.md
+++ b/devops/gcp/configmap/README.md
@@ -32,16 +32,16 @@ First you need to set variables in **values.yaml** file using any code editor. S
 **logLevel** | logging level | string | INFO | yes
 **springProfilesActive** | active spring profile | string | gcp | yes
 
-### GCP variables
+### Google Cloud variables
 
 | Name | Description | Type | Default |Required |
 |------|-------------|------|---------|---------|
 **entitlementsHost** | entitlements service host address | string | `http://entitlements` | yes
 **registerHost** | register service host address | string | `http://register` | yes
 **partitionHost** | partition service host address | string | `http://partition` | yes
-**googleAudiences** | your GCP client ID | string | - | yes
+**googleAudiences** | your Google Cloud client ID | string | - | yes
 
-> googleAudiences: If you are connected to GCP console with `gcloud auth application-default login --no-browser` from your terminal, you can get your client_id using the command:
+> googleAudiences: If you are connected to Google Cloud console with `gcloud auth application-default login --no-browser` from your terminal, you can get your client_id using the command:
 
 ```console
 cat ~/.config/gcloud/application_default_credentials.json | grep client_id
diff --git a/provider/notification-gcp/README.md b/provider/notification-gcp/README.md
index 710b48b07d013376f8a782b1095578e19118d039..8e437e00d5e0868d60d4f70e14b9a8ec41102c78 100644
--- a/provider/notification-gcp/README.md
+++ b/provider/notification-gcp/README.md
@@ -38,8 +38,8 @@ In the current version, the OQM mapper is equipped with 2 drivers to the message
 
 ### Anthos Service Configuration:
 [Anthos service configuration ](docs/anthos/README.md)
-### GCP Service Configuration:
-[Gcp service configuration ](docs/gcp/README.md)
+### Google Cloud Service Configuration:
+[Google Cloud service configuration ](docs/gcp/README.md)
 
 ## Run service
 
@@ -118,8 +118,8 @@ cd provider/notification-gcp/ && mvn spring-boot:run -Dspring-boot.run.profiles=
 
 #### Anthos:
 [Anthos Testing](docs/anthos/README.md)
-#### GCP:
-[Gcp Testing](docs/gcp/README.md)
+#### Google Cloud:
+[Google Cloud Testing](docs/gcp/README.md)
 
 ## Tutorial
 
diff --git a/provider/notification-gcp/docs/gcp/README.md b/provider/notification-gcp/docs/gcp/README.md
index a0151f2ad91f21e687e43461ff5c47c874db401d..c1418d03c5faeabc520b20546823e40bb99f00d1 100644
--- a/provider/notification-gcp/docs/gcp/README.md
+++ b/provider/notification-gcp/docs/gcp/README.md
@@ -1,4 +1,4 @@
-# Service Configuration for GCP
+# Service Configuration for Google Cloud
 
 ## Table of Contents <a name="TOC"></a>
 * [Environment variables](#Environment-variables)
diff --git a/testing/README.md b/testing/README.md
index 20c3a69c83cb6ad6f341768a4a9b27578255c9cf..bc7897ee432b9f3792abf2f67c9a3eb51003d5fd 100644
--- a/testing/README.md
+++ b/testing/README.md
@@ -41,5 +41,5 @@ Notification integration tests are refactored so that the business logic for int
 * Integration tests are refactored into two pieces: Core and Provider. Core contains business logic for tests and is a dependency for executing the tests from provider module. To build the core module, simply navigate to `notification-test-core` directory and run `mvn clean install`. This will build the core module
 * Next, to execute the integration tests, navigate to the provider module and execute `mvn test`
 
-### GCP
-Instructions for running the GCP integration tests can be found [here](../provider/notification-gcp/README.md).
\ No newline at end of file
+### Google Cloud
+Instructions for running the GC integration tests can be found [here](../provider/notification-gcp/README.md).
\ No newline at end of file