diff --git a/main.tf b/main.tf index 8f5ae16..ee92e16 100644 --- a/main.tf +++ b/main.tf @@ -1,8 +1,7 @@ - # Usage example: #```hcl # module "website" { -# source = "github.com/burib/terraform-aws-ui-module?ref=init" +# source = "github.com/burib/terraform-aws-ui-module?ref=v0" # # domain_name = "example.com" # environment = "prod" @@ -16,31 +15,16 @@ # } # } #``` -# main.tf -############################# # Variables -############################# - variable "domain_name" { type = string description = "Domain name for the website" } variable "environment" { - description = <