1 package constants 2 3 // Default values for Resource IDs 4 const ( 5 // DefaultRootFolderID is the ID for the `edge` Folder, which is the root 6 // of all Edge-owned infrastructure in GCP 7 DefaultRootFolderID = "724361212199" 8 // DefaultBillingAccountID is the ID for NCR's GCP Org / Billing Account 9 DefaultBillingAccountID = "018E1D-E40BF2-840F00" 10 ) 11