Prisma Certified Cloud Security Engineer (PCCSE) — Question 14
A Prisma Cloud administrator is onboarding a single GCP project to Prisma Cloud.
Which two steps can be performed by the Terraform script? (Choose two.)
Answer options
- A. enable flow logs for Prisma Cloud.
- B. create the Prisma Cloud role.
- C. enable the required APIs for Prisma Cloud.
- D. publish the flow log to a storage bucket.
Correct answer: B, C
Explanation
The correct answers are B and C because a Terraform script can automate the creation of roles and the enabling of required APIs within the GCP project for Prisma Cloud. Options A and D are incorrect as enabling flow logs and publishing logs involves manual configurations that are not typically handled by Terraform scripts.