Skip to content

montblu/terraform-aws-inception

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module my_inception

Requirements

Name Version
terraform >= 1.0.0
aws >= 4.41.0
local >= 2.2.3

Providers

Name Version
aws >= 4.41.0
local >= 2.2.3

Modules

Name Source Version
s3 terraform-aws-modules/s3-bucket/aws 3.6.0

Resources

Name Type
aws_dynamodb_table.main resource
aws_kms_alias.main resource
aws_kms_key.main resource
local_file.main resource
aws_caller_identity.current data source

Inputs

Name Description Type Default Required
backend_configs_location Controls where the backend config file is created. string "../configs/backends" no
generate_backend_config_file Controls whether the backend config file is created or not. bool true no
name Name of the site. string n/a yes
name_prefix Prefix to add to all resources. string n/a yes
profile Profile that is going to be placed inside the generated backend config file. string n/a yes
region Region that is going to be placed inside the generated backend config file. string n/a yes
s3_disable_force_destroy Controls whether force destroy is disable in the S3 bucket or enabled. bool false no
s3_enable_versioning Controls whether versioning is enabled in the S3 bucket or not. bool true no
tags A map of tags to add to all resources. map(any) {} no

Outputs

No outputs.