resource-group

cloud-native-toolkit/resource-group/ibm

Terraform Module HCL IBM

Terraform module to create one or more resource groups in an IBM Cloud account

Install
module "resource-group" {
source = "cloud-native-toolkit/resource-group/ibm"
version = "3.3.5"
}
plain text: /constructs/tfmod-cloud-native-toolkit-resource-group-ibm/install.txt
⭐ Source on GitHub 📦 Registry page
README

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

Inputs (4)
NameTypeDescriptionDefault
ibmcloud_api_keystringThe IBM Cloud api key required
resource_group_namestringThe name of the resource group required
syncstringValue used to order the provisioning of the resource group""
purge_volumesboolFlag indicating that any volumes in the resource group should be automatically dfalse
Outputs (6)
provision — Flag indicating that the resource group was provisioned by this module
tags — Flag indicating that the resource group was provisioned by this module
name — The name of the resource group
id — The id of the resource group
group — The resource group object
sync — Value used to order the provisioning of the resource group
Resources (2)
null_resourcerandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version3.3.5
Cloud IBM
★ Stars0
Forks4
Total downloads4.3k
Inputs4
Outputs6
Resources2
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated