access-group

cloud-native-toolkit/access-group/ibm

Terraform Module HCL IBM

Terraform module to create ADMIN, EDIT, and VIEW access groups for a set of resource groups

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

IBM Cloud Access Group creation module Terraform module to provision ADMIN, EDIT, and VIEW access groups for the resource groups provided. The resource groups are optionally created as well. The access group names are generated based on the resource group name under the following formatting rules: - All upper case letters - Dashes (-) replaced with underscores (_) - Suffix of either _ADMIN, _EDIT, or _VIEW Software dependencies The module depends on the following software components: Command-line tools - terraform - v13 Terraform providers - IBM Cloud provider >= 1.5.3 Example usage Refer test cases for more details ``hcl-terraform terraform { required_providers { ibm = { source = "ibm-cloud/ibm" } } required_version = ">= 0.13" } provider "ibm" { ibmcloud_api_key = var.ibmcloud_api_key re

Inputs (3)
NameTypeDescriptionDefault
resource_group_namestringThe name of the resource group for which the access groups will be created required
ibmcloud_api_keystringThe api key used to access IBM Cloud required
page_limitnumberThe number of access groups to return per request (this is mostly used for testi50
Outputs (4)
resource_group_name — The resource group name
admin_group_name — List of admin access group names
edit_group_name — List of editor access group names
view_group_name — List of viewer access group names
Resources (2)
null_resourcerandom_uuid
Details
FrameworkTerraform Module
LanguageHCL
Version3.1.8
Cloud IBM
★ Stars0
Forks1
Total downloads2.5k
Inputs3
Outputs4
Resources2
LicenseApache-2.0
Namespacecloud-native-toolkit
Updated