wahlfeld / valheim-on-aws

Apache License 2.0
27 stars 10 forks source link

Things I stumbled on #18

Closed krainboltgreene closed 1 year ago

krainboltgreene commented 2 years ago

Hey great project, just want to publish some notes on what I stumbled against:

  1. There's a few deprecation notices for S3-apis in terraform
  2. The output doesn't tell you the valheim address
  3. xbox game pass support obviously not detailed

I'm working through these now, will update as I fix.

wahlfeld commented 1 year ago

I'll try look at the TF soon and update to the latest version and providers if I can. There is a TF output that's meant to show you the server URL for monitoring.. is that what you mean by Valheim address? Otherwise, the server name should just be what the user adds to the inputs. Could output that as well I guess, but seemed redundant. Xbox Game Pass ... yeah, I don't personally use that so would have to work out what the differences are. Presumably, the server-side parts wouldn't be any different, as the Xbox Game Pass version is just client-side.

wahlfeld commented 1 year ago

I've updated the TF version including several S3 resources. Valheim server name has been added to the TF outputs (assuming that's what you meant). Can't do much about Xbox Game Pass at the moment, however PRs welcome.