Skip to content

Commit

Permalink
Merge pull request #4 from Element84/hm/goose-deploy-dev-fix
Browse files Browse the repository at this point in the history
Fixing Dev Deploy
  • Loading branch information
hectormachin authored Oct 4, 2024
2 parents 2339cb1 + dcaf64e commit 0618464
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</a>
</p>

# Cirrus Terraform Example Deployment Project, codename: Goose
# 🪿 Cirrus Terraform Example Deployment Project

This project deploys [Cirrus](https://github.com/cirrus-geo/cirrus-geo) via the FilmDrop Terraform Infrastructure developed and maintained by [Element 84, Inc](https://element84.com/).

Expand Down
6 changes: 2 additions & 4 deletions dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ titiler_inputs = {
}
}

analytics_inputs = {}

console_ui_inputs = {
app_name = "console"
domain_alias = "console.goose.filmdrop.element84.com"
Expand Down Expand Up @@ -161,8 +159,8 @@ cirrus_inputs = {
}

cirrus_dashboard_inputs = {
app_name = "dashboard.goose.filmdrop.element84.com"
domain_alias = ""
app_name = "dashboard"
domain_alias = "dashboard.goose.filmdrop.element84.com"
deploy_cloudfront = true
web_acl_id = ""
version = "v0.5.1"
Expand Down

0 comments on commit 0618464

Please sign in to comment.