gcp∕iam‒role - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "gcp_iam_role" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | >= 1.0.9 |
~> 4.66.0 |
Providers
Name | Version |
---|---|
~> 4.66.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
google_project_iam_member.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
member | n/a | any |
n/a | yes |
project | n/a | any |
n/a | yes |
role | n/a | any |
n/a | yes |
Outputs
No outputs.