Terraform module that creates a terraform-init
user for use in bootstrapping
situations.
Name | Version |
---|---|
aws | >= 2.54 |
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 |
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 |