Resource Group



Azure Resource Groups are logical containers for resources deployed on Azure, enabling you to manage and organize related resources as a single unit.


Example yaml file:


apiVersion: azure.boundless.software/v1alpha1
kind: ResourceGroup
metadata:
  name: resourcegroup-sample
spec:
  provider:
    region: "eastus"
  name: "my-resource-group"
  tags:
    environment: "production"
    department: "engineering"
    project: "example-project"

Inputs


NameTypeDescription
provider*AzureProviderSpecThe provider of the resource group.
name*stringThe name of the resource group.
tagsmap[string]*stringTags to apply to the resource group.

Outputs


NameTypeDescription
conditionmetav1.ConditionThe condition of the resource group.
namestringThe name of the resource group.
idstringThe ID of the resource group.