Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sdk server config #4418

Merged
merged 12 commits into from
Jun 8, 2023
Merged

Sdk server config #4418

merged 12 commits into from
Jun 8, 2023

Conversation

just-a-node
Copy link
Collaborator

Description

Sdk server config and boot up to match other agents.

Type of change

  • Docs change / dependency upgrade
  • Configuration / tooling changes
  • Refactoring
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Requires changes in customer code

High-level change(s) description - from the user's perspective

Related Issue(s)

Fixes

Related pull request(s)

@@ -40,7 +40,8 @@ locals {
}
}
environment = var.stage
cache = {
network = var.environment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kinda weird that stage == environment and environment == network

doesn't really seem consistent with the other env var usage?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this comes from /ops/testnet/prod/backend/variables.tf:
image

Just how these are defined in ops right now.

ops/testnet/staging/backend/config.tf Show resolved Hide resolved
@just-a-node just-a-node merged commit 8b7ba3e into main Jun 8, 2023
@just-a-node just-a-node deleted the sdk-server-config branch June 8, 2023 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants