Skip to content

Terraform module to create a terraform-init user for bootstrapping implementations

License

Notifications You must be signed in to change notification settings

catosplace/terraform-aws-init-user

Repository files navigation

Terraform AWS Init User Module

Terraform module that creates a terraform-init user for use in bootstrapping situations.

Providers

Name Version
aws >= 2.54

Inputs

Name Description Type Default Required
common_tags A map of tags to be added to all resources map(string) {} no
default_region Configure the default AWS region for the AWS provider string "ap-southeast-2" no
name The init user name string "terraform-init" no
user_tags Additional tags for the iam user map(string) {} no

Outputs

Name Description
user_access_key Generated terraform-init user AWS Access Key
user_id The terraform-init user identifier
user_secret_access_key Generated terraform-init user AWS Secret Access Key

About

Terraform module to create a terraform-init user for bootstrapping implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published