Skip to content

ESA-APEx/terraform-opentelekomcloud-serviceaccount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-opentelekomcloud-serviceaccount

Module to help create ServiceAccount and associated resources on OpenTelekomCloud

Requirements

Name Version
terraform ~>1.7
opentelekomcloud ~>1.36
random ~>3.6

Providers

Name Version
opentelekomcloud 1.36.30
random 3.6.3

Modules

No modules.

Resources

Name Type
opentelekomcloud_identity_credential_v3.ak_sk resource
opentelekomcloud_identity_group_membership_v3.group_membership resource
opentelekomcloud_identity_group_v3.group resource
opentelekomcloud_identity_role_assignment_v3.rules resource
opentelekomcloud_identity_user_v3.user resource
random_password.user_password resource

Inputs

Name Description Type Default Required
ak_sk Whether to generate access key and secret key bool false no
domain_id ID of the domain we are in string n/a yes
name Group AND user name string n/a yes
password Whether to set a password for the account bool false no
role_ids Role IDs to assign list(string) [] no

Outputs

Name Description
access_key Access Key if ak_sk is enabled for the module
id The ID of the service account
name The name of the service account
password Password if password is enabled for the module
secret_key Secret Key if ak_sk is enabled for the module

About

TF module for easier creation of ServiceAccount in OpenTelekomCloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages