-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add Astro Scenario Examples #47
Add Astro Scenario Examples #47
Conversation
Testing Observations:
|
@ichung08 Can we add a note on each of those scenarios to describe what exactly it is? |
Also, do we want to add dev and staging scenarios in that doc? |
What do you mean by this? The scenarios cover a combination of dev, staging and prod in each scenario. |
I meant, the dev and staging scenario has no value add for customers. Considering this repo is going to be public, do we need those scenarios? |
Ah I see what you mean. I think as examples those scenarios can still be good to include (maybe change the names) as they show a different use case. Dev and Stage are setup to use standard deployments and Prod is setup for dedicated deployments. |
Yeah, that is what confused me... |
Yea this was part of the requirements listed here: #36 |
} | ||
|
||
resource "astro_deployment" "team_1_dev_deployment" { | ||
name = "team-1-dev-deployment" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will need to add astro_runtime_version
to all the deployments as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
astro_runtime_version
is a read only attribute so we can't add it
…vider into 36-add-examples-to-examples-folder-relating-to-the-3-standard-astro-scenarios
…vider into 36-add-examples-to-examples-folder-relating-to-the-3-standard-astro-scenarios
…to-the-3-standard-astro-scenarios
Description
We want to replicate the standard 3 Astro scenarios in terraform as examples users can reference and run.
Scenarios:
Workspace Per Environment
Workspace Per Team
Workspace Per Team and Per Environment
🎟 Issue(s)
#36
🧪 Functional Testing
📸 Screenshots
workspace_per_environment
:workspace_per_team
:workspace_per_team_per_environment
:📋 Checklist
examples/
directory