In the PrismaCloud UI, we can create both Run and Build policies as seen in the screenshot attached. is there a way to do so using the prismacloud_policy resource. Using that resource, i noticed that it only allows for one rule block which leads me to believe you cannon have both "Run" and "Build" policy in one resource.
Describe the solution you'd like
it would be nice if we could create both build and run policy subtype using the prismacloud_policy resource.
Describe alternatives you've considered
Additional context
Screenshot showing the ability to check (and create) both Build and Run policy subtype in one policy.
Is your feature request related to a problem?
In the PrismaCloud UI, we can create both
Run
andBuild
policies as seen in the screenshot attached. is there a way to do so using theprismacloud_policy
resource. Using that resource, i noticed that it only allows for onerule
block which leads me to believe you cannon have both "Run" and "Build" policy in one resource.Describe the solution you'd like
it would be nice if we could create both build and run policy subtype using the
prismacloud_policy
resource.Describe alternatives you've considered
Additional context
Screenshot showing the ability to check (and create) both Build and Run policy subtype in one policy.