mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
feat: Add OCI awareness across agents and skills
Adds awareness of Oracle Cloud Infrastructure to any plugin that referenced at least two of the major cloud vendors already. Skills updated to include OCI services. Also updated some of the other cloud references. Signed-off-by: Avi Miller <me@dje.li>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Cloud Tagging Standards
|
||||
|
||||
## Required Tags
|
||||
|
||||
- `Environment`: dev, staging, production
|
||||
- `Owner`: team or individual responsible for the workload
|
||||
- `CostCenter`: finance or reporting identifier
|
||||
- `Project`: product or initiative name
|
||||
- `ManagedBy`: terraform, opentofu, pulumi, or manual
|
||||
|
||||
## Provider Notes
|
||||
|
||||
- AWS: standardize tags for Cost Explorer, CUR, and automation policies
|
||||
- Azure: align tags with management groups, subscriptions, and Azure Policy
|
||||
- GCP: combine labels and resource hierarchy for billing attribution
|
||||
- OCI: apply defined tags at the compartment and resource level for chargeback
|
||||
|
||||
## Best Practices
|
||||
|
||||
1. Publish an approved tag dictionary and naming rules.
|
||||
2. Enforce tags with policy and CI validation.
|
||||
3. Inherit tags from shared modules whenever possible.
|
||||
4. Audit for missing or inconsistent tags weekly.
|
||||
Reference in New Issue
Block a user