Skip to content

Commit 0b1c2fc

Browse files
committed
Updating README.md files
1 parent 3d87b3a commit 0b1c2fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ provider "google" {
7676
7777
# Creating a dedicated project for Aqua resources
7878
module "aqua_gcp_dedicated_project" {
79-
source = "aquasecurity/terraform-gcp-onboarding//modules/dedicated_project"
79+
source = "aquasecurity/onboarding/gcp//modules/dedicated_project"
8080
org_name = local.org_name
8181
project_id = local.dedicated_project_id
8282
root_project_id = local.project_id
@@ -95,7 +95,7 @@ provider "google" {
9595
9696
# Creating onboarding resources on the dedicated project
9797
module "aqua_gcp_onboarding" {
98-
source = "aquasecurity/terraform-gcp-onboarding"
98+
source = "aquasecurity/onboarding/gcp"
9999
providers = {
100100
google.onboarding = google.dedicated # Using the dedicated project provider
101101
}
@@ -116,7 +116,7 @@ module "aqua_gcp_onboarding" {
116116
117117
## Onboarding the existing project and attaching it to the dedicated project
118118
module "aqua_gcp_project_attachment" {
119-
source = "aquasecurity/terraform-gcp-onboarding//modules/project_attachment"
119+
source = "aquasecurity/onboarding/gcp//modules/project_attachment"
120120
providers = {
121121
google = google # Using the root project provider
122122
}

examples/dedicated-project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before running this example, ensure that you have the following:
1616

1717
## Usage
1818

19-
1. Obtain the Terraform configuration file generated by the Aqua Security UI.
19+
1. Obtain the Terraform configuration file generated by the Aqua platform.
2020
2. Important: Replace `<aqua_api_key>` and `<aqua_api_secret>` with your generated API credentials.
2121
3. Run `terraform init` to initialize the Terraform working directory.
2222
4. Run `terraform apply` to create the dedicated project.

examples/same-project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before running this example, ensure that you have the following:
1616

1717
## Usage
1818

19-
1. Obtain the Terraform configuration file generated by the Aqua Security UI.
19+
1. Obtain the Terraform configuration file generated by the Aqua platform.
2020
2. Replace the placeholders `<aqua_api_key>` and `<aqua_api_secret>` with your actual Aqua Security API key and secret.
2121
3. Run `terraform init` to initialize the Terraform working directory.
2222
4. Run `terraform apply` to create the resources.

0 commit comments

Comments
 (0)