Using the tenancy OCID as the compartment OCID is the way to ensure that Terraform creates the dynamic group successfully.
This PR also tightens up the policy by only allowing the dynamic group to read instance-family and compute-management-family in the compartment created by Terraform and not the entire tenancy.
Using the tenancy OCID as the compartment OCID is the way to ensure that Terraform creates the dynamic group successfully.
This PR also tightens up the policy by only allowing the dynamic group to read
instance-family
andcompute-management-family
in the compartment created by Terraform and not the entire tenancy.Signed-off-by: Avi Miller avi.miller@oracle.com