Commit 873d780b authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Scaffolding

parent 4a780b0d
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=icon href=/favicon.ico><title>my-app</title>
</head>
<body>
<noscript><strong>No Script?</strong></noscript>
<div id=main>
<p><h1> Hello! </h1></p>
</div>
</body>
</html>
\ No newline at end of file
variable "region"{
description = ""
type = string
default = "eu-west-1"
}
variable "project_name"{
description = ""
type = string
}
variable "environment"{
description = ""
type = string
default = "dev"
}
variable "domain"{
description = ""
type = string
}
variable "zone_id"{
description = ""
type = string
}
variable "assume_role"{
description = ""
type = string
default ="AWSControlTowerExecution"
}
variable "dns_account_id"{
description = ""
type = string
}
variable "cdn_account_id"{
description = ""
type = string
}
variable "s3_account_id"{
description = ""
type = string
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment