rocket-chat-iac

Requirements

Name Version
terraform >= 1.2.0, < 2.0.0
aws ~> 4.0
tls ~> 4.0

Providers

No providers.

Modules

Name Source Version
backend ./modules/backend n/a
rocketchat ./modules/rocketchat n/a

Resources

No resources.

Inputs

Name Description Type Default Required
additonal_aws_tags Key-Value map of tags to apply across all resources handled by AWS provider. map(string) {} no
aws_access_key This is the access key for AWS IAM in use. string n/a yes
aws_region This is the AWS Region used for creating the Resources. string n/a yes
aws_secret_key This is the secret key for AWS IAM in use. string n/a yes
chat_sub_domain This is sub-domain prefix used for Rocketchat server url. string "chat" no
domain_name This is the Project's primary domain name used in AWS Route53. string n/a yes
ec2_instance_type This is AWS Ec2 instance type to be used for chat server. string "t2.micro" no
environment This is the Environment name for the resources. string "production" no
project_name This is the Project name for which the resources are used. string n/a yes

Outputs

No outputs.