You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module manages custom IAM roles in Google Cloud Platform.
Features
Manage roles at the organization or project level
Include permissions from existing roles
Exclude permissions
Manage multiple roles at once
Usage
Basic usage of this module is as follows:
module"example" {
source="notablehealth/<module-name>/google"# Recommend pinning every module to a specific version# version = "x.x.x"# Required variablestarget_id=
}