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