File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ provider "google" {
7676
7777# Creating a dedicated project for Aqua resources
7878module "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
9797module "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
118118module "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 }
Original file line number Diff line number Diff 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 .
20202 . Important: Replace ` <aqua_api_key> ` and ` <aqua_api_secret> ` with your generated API credentials.
21213 . Run ` terraform init ` to initialize the Terraform working directory.
22224 . Run ` terraform apply ` to create the dedicated project.
Original file line number Diff line number Diff 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 .
20202 . Replace the placeholders ` <aqua_api_key> ` and ` <aqua_api_secret> ` with your actual Aqua Security API key and secret.
21213 . Run ` terraform init ` to initialize the Terraform working directory.
22224 . Run ` terraform apply ` to create the resources.
You can’t perform that action at this time.
0 commit comments