-
Notifications
You must be signed in to change notification settings - Fork 0
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
📝 Updated Getting Started / Concepts #4
base: main
Are you sure you want to change the base?
Conversation
lucaspr2
commented
Mar 3, 2025
- Added a more detailed explanation to all topics
- Revised locking section and added link to more info on topic
- Documented Auto-Plan/Apply toggle mechanics with default behaviors
- Enhanced tag examples with concrete workflow demonstration
|
||
:::note | ||
Default settings work for most teams. Customize only if you need specific lock timing or policies. | ||
::: | ||
## Tags and Tag Sets |
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.
Tags and tag queries are introduced a little late. Moving them higher in the document, preferably before locks, would be a good idea.
|
||
Terrateam offers two automated operations: | ||
## Auto-Plan and Auto-Apply |
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.
Auto-Plan and Auto-Apply could benefit from a brief summary. Please add a one-line description before the configuration example for clarity.
|
||
Tags provide a flexible way to organize and manage your Terraform resources within Terrateam. | ||
Tags enable precise resource management across complex infrastructures. |
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.
Tags enable precise resource management across complex infrastructures. | |
Tags facilitate effective resource management in complex environments infrastructures. |
@@ -29,34 +34,72 @@ Repository | |||
|-- Directory 2 | |||
|-- Workspace: default | |||
``` | |||
|
|||
:::note | |||
Terrateam executes operations like plan and apply within the context of a Dirspace. |
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.
"Terrateam executes" appears three times in the text. You could mention it once, then reference it in the later sections.
Co-authored-by: Damian Furfuro <85168963+Arcapas@users.noreply.github.com>
Co-authored-by: Damian Furfuro <85168963+Arcapas@users.noreply.github.com>
Co-authored-by: Damian Furfuro <85168963+Arcapas@users.noreply.github.com>