resource-group
cloud-native-toolkit/resource-group/ibm
Terraform module to create one or more resource groups in an IBM Cloud account
IBM Cloud Resource Group module Terraform module to create a resource groups in an IBM Cloud account. Migrated from https://github.com/cloud-native-toolkit/terraform-ibm-resource-group Note: This module follows the Terraform conventions regarding how provider configuration is defined within the Terraform template and passed into the module - https://www.terraform.io/docs/language/modules/develop/providers.html. The default provider configuration flows through to the module. If different configuration is required for a module, it can be explicitly passed in the providers block of the module - https://www.terraform.io/docs/language/modules/develop/providers.html#passing-providers-explicitly. Software dependencies The module depends on the following software components: Command-line tools - t
| Name | Type | Description | Default |
|---|---|---|---|
| ibmcloud_api_key | string | The IBM Cloud api key | required |
| resource_group_name | string | The name of the resource group | required |
| sync | string | Value used to order the provisioning of the resource group | "" |
| purge_volumes | bool | Flag indicating that any volumes in the resource group should be automatically d | false |
provision — Flag indicating that the resource group was provisioned by this moduletags — Flag indicating that the resource group was provisioned by this modulename — The name of the resource groupid — The id of the resource groupgroup — The resource group objectsync — Value used to order the provisioning of the resource group