/terraform-google-serviceaccount

A base module for service accounts in Google Cloud Platform.

Primary LanguageHCLApache License 2.0Apache-2.0

Google Terraform module

Terraform module which creates Service Account(s) resources on Google Cloud Platform.

Modules

No modules.

Inputs

Name Description Type Default Required
display_name Name displayed in the IAM page string n/a yes
name Name of the service account string n/a yes
project_id The project to deploy the ressources to. string n/a yes
bucket_roles Roles that will be set at bucket scope on buckets passed like {BUCKET}=>{ROLE} list(string) [] no
external_project_roles Roles that will be set at project scope on projects passed like {PROJECT_ID}=>{ROLE} list(string) [] no
members Defines members that can use this service_account using a role passed like {MEMBER}=>{ROLE} list(string) [] no
project_roles Roles that will be set at project scope on project_id provided variable list(string) [] no
secret_roles Roles that will be set at secret scope on secrets passed like {SECRET_ID}=>{ROLE} list(string) [] no
service_account_roles Roles that will be set at service_account scope on service_account passed like {SERVICE_ACCOUNT_ID}=>{ROLE} list(string) [] no

Outputs

Name Description
this Service Account attributes

License

License

See LICENSE for full details.

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.