Update the infrastructure deployed in your Google Cloud project to the latest version using Terraform. The Resource Update tab in the Project Settings screen allows you to update the TrendAI Vision One™ infrastructure deployed to your project. Updating might be required to support new features or functions added to Cloud Accounts. Make sure you have the required permissions to update the project.
ImportantSome features have limited support for Google Cloud regions. For more information,
see Google Cloud supported regions and limitations.
|
Procedure
- Sign in to the TrendAI Vision One™ console.
- In a new tab in the same browser session, sign in to the Google Cloud project you
want to update and access the Cloud Shell.

Important
Make sure your Cloud Shell region is set to the region you originally connected. - In the TrendAI Vision One™ console, go to .
- Click the name of the Google Cloud project you want to update.The Project Setting screen appears.
- Click the Resource Update tab.
- Verify the deployment region.The deployment region must be the same as the Cloud Shell region. If the region is incorrect, select the correct region for deployment.
- In the Select features and permissions section, configure the features you want to enable or disable.You can change the deployment regions for Agentless Vulnerability & Threat Detection and Data Security Posture.
- In Google Cloud Shell, access the command line interface.

Note
The Resource Update tab in the TrendAI Vision One™ console provides a set of commands to help complete the following steps. The parameters in each step are based on using the default parameters provided when the project was first connected. Verify the location of the deployed infrastructure before continuing. - Access the connected project:
glcloud config set project [projectID]
- If the parent directory does not exist, create the parent directory:
mkdir -p [projectID]
- Access the project parent directory:
cd [projectID]
- Extract the template using the command in the Add Google Cloud Project screen.
-
Select Upload via CLI to upload the resource package directly to your project. Copy the command from the Project Settings screen to retrieve the package.
-
Select Manual Upload to download the template to your local machine and upload to your project. Click Download Resource Creation Script to save the .zip file and upload to your project.
-
- Extract the template to a new folder.To prevent issues with deployment, the .zip file contains a random number in the file name. Copy the command from the Project Settings screen.
- Access the deployment folder:
cd cloud-account-management-terraform-package

Important
The resource creation script must be the only Terraform file in the directory. Having more than one Terraform file in the folder interferes with the deployment process and might cause the update to fail. - Run the deployment script:
-
If you are deploying without enabling Agentless Vulnerability & Threat Detection:
./deploy.sh
-
If you are deploying with Agentless Vulnerability & Threat Detection enabled, use one of the following commands to specify the sidecar project and billing handling. For more information about sidecar projects, see Get started with Agentless Vulnerability & Threat Detection in Google Cloud.
-
To allow TrendAI Vision One™ to automatically detect your Google Cloud billing info and create a sidecar project:
./deploy.sh
-
To specify your Google Cloud billing information and allow TrendAI Vision One™ to create a sidecar project:
./deploy.sh --billing_account "[billingID]"
-
To specify a sidecar project:
./deploy.sh --sidecar_project_id "[sidecarID]"
-
To specify both your billing information and a sidecar project:
./deploy.sh --billing_account "[billingID]" --sidecar_project_id "[sidecarID]"
-
To deploy all resources to your connected project without using a sidecar project:
./deploy.sh --billing_account "[billingID]" --sidecar_project_id "[projectID]"
-
Google Cloud Shell begins the Terraform process to deploy TrendAI Vision One™ security resources. -
- In the TrendAI Vision One™ console, in the Project Settings screen, click Save Changes.The update process might take a few moments to complete. You can refresh Cloud Accounts to check the status of your update.
