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
Name | Type | Description |
---|---|---|
provider* | AzureProviderSpec | The provider of the resource group. |
name* | string | The name of the resource group. |
tags | map[string]*string | Tags to apply to the resource group. |
Outputs
Name | Type | Description |
---|---|---|
condition | metav1.Condition | The condition of the resource group. |
name | string | The name of the resource group. |
id | string | The ID of the resource group. |
Previous
<< OpenSearchNext
EntraID >>