epicyon/deploy/aws-lightsail
Bob Mottram 117498a98c Set utf-8 encoding within systemd 2024-02-01 18:56:44 +00:00
..
templates Set utf-8 encoding within systemd 2024-02-01 18:56:44 +00:00
.gitignore This Terraform plan contains deploying Epicyon in AWS Lightsail 2023-02-27 17:40:28 +05:30
README.md This Terraform plan contains deploying Epicyon in AWS Lightsail 2023-02-27 17:40:28 +05:30
main.tf This Terraform plan contains deploying Epicyon in AWS Lightsail 2023-02-27 17:40:28 +05:30
outputs.tf This Terraform plan contains deploying Epicyon in AWS Lightsail 2023-02-27 17:40:28 +05:30
provider.tf This Terraform plan contains deploying Epicyon in AWS Lightsail 2023-02-27 17:40:28 +05:30
vars.tf This Terraform plan contains deploying Epicyon in AWS Lightsail 2023-02-27 17:40:28 +05:30

README.md

terraform-aws-epicyon

This Terraform plan contains deploying Epicyon on an AWS Lightsail instance

Requirements

Name Version
terraform >=v1.0.7
aws ~> 4.0

Providers

Name Version
aws ~> 4.0

Resources

Name Type
aws_lightsail_static_ip.epicyon_static_ip resource
aws_lightsail_static_ip_attachment.for_epicyon resource
aws_lightsail_key_pair.ssh_key_pair resource
aws_lightsail_instance.epicyon resource
aws_lightsail_domain.epicyon_domain resource
aws_lightsail_domain_entry.epicyon resource
null_resource.null_resource_epicyon resource

Inputs

Name Description Type Default Required
name Name of instance. string "" yes
blueprint_id The ID for a virtual private server image string "ubuntu_20_04" yes
bundle_id The bundle of specification information string "nano_2_0" yes
availability_zone The Availability Zone in which to create your instance string "" yes
create_static_ip Create and attach a statis IP to the instance `` `` no
key_pair_name Key pair name of the Key Pair to use for the instance string "" yes
domain A public domain for Epicyon string "" yes
email Email used to order a certificate from Let's Encrypt string "" yes

Output

Name Description
domain_name The URL to epicyon
ipv4_address The public IP address of the epicyon instance