-
Notifications
You must be signed in to change notification settings - Fork 54
Reordering the current Stacks reference docs [DO NO MERGE] #698
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
base: docs/reference-rewrites-phrase-1
Are you sure you want to change the base?
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
content/terraform/v1.12.x/docs/language/block/stack/deploy/deployment.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/deploy/deployment.mdx
Outdated
Show resolved
Hide resolved
- [`deployment "<LABEL>"`](#deployment) block | ||
- [`inputs`](#inputs) map | ||
- [`deployment_group`](#deployment_group) reference to deployment group | ||
- [`destroy`](#destroy) boolean |
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.
- [`destroy`](#destroy) boolean | |
- [`destroy`](#destroy) boolean | |
- [`import`](#TODO) boolean |
That import
argument is used for triggering import runs, and is used by the migrate-from-workspace tool.
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.
Ooooh I had no idea about this - thank you SO MUCH for calling this out! I'm adding this as a todo and I'll find out who to talk to on the migrate team.
content/terraform/v1.12.x/docs/language/block/stack/deploy/deployment.mdx
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/deploy/deployment.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/deploy/deployment.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/deploy/deployment.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/component.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/component.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/component.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/output.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/output.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/provider.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/removed.mdx
Show resolved
Hide resolved
...t/terraform/v1.12.x/docs/language/block/stack/component_configuration/required_providers.mdx
Outdated
Show resolved
Hide resolved
...t/terraform/v1.12.x/docs/language/block/stack/component_configuration/required_providers.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/variable.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Liam Cervante <liam.cervante@ibm.com>
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/provider.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Liam Cervante <liam.cervante@ibm.com>
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/component.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/component.mdx
Outdated
Show resolved
Hide resolved
content/terraform/v1.12.x/docs/language/block/stack/component_configuration/provider.mdx
Show resolved
Hide resolved
...t/terraform/v1.12.x/docs/language/block/stack/component_configuration/required_providers.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Liam Cervante <liam.cervante@ibm.com>
Co-authored-by: Liam Cervante <liam.cervante@ibm.com> Co-authored-by: Nick Fagerlund <nick@hashicorp.com>
content/terraform/v1.12.x/docs/language/block/stack/deploy/store.mdx
Outdated
Show resolved
Hide resolved
database_password = store.varset.api_keys.db_password | ||
api_key = store.varset.api_keys.external_api_key |
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.
A2. Nitpick: incorrect formatting - misaligned on =
No description provided.