It is currently a limitation of the provider. The prismacloudcompute_host_vulnerability_policy and prismacloudcompute_ci_image_vulnerability_policy resources only support graceDays directive, but not graceDaysPolicy.
One common issue here is for users implementing FedRAMP, there is no way to define the recommended policy using just graceDays. Since the period for various severity should be different.
Suggested fix
Add graceDaysPolicy directive to the affected resources.
Describe the problem
It is currently a limitation of the provider. The
prismacloudcompute_host_vulnerability_policy
andprismacloudcompute_ci_image_vulnerability_policy
resources only supportgraceDays
directive, but notgraceDaysPolicy
.One common issue here is for users implementing FedRAMP, there is no way to define the recommended policy using just
graceDays
. Since the period for various severity should be different.Suggested fix
Add
graceDaysPolicy
directive to the affected resources.