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

BREAKING CHANGE: restructure and update functionality of tf.sh (AC-9467) #9

Merged
merged 8 commits into from
Oct 6, 2023
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,7 @@ This file should be excluded from source control. It will be loaded during ``pla
1. Initialize a project.
1. Use symlinks if supported instead of copying ``global.tf`` as ``global.symlink.tf``
1. ? Find current stack from current directory, to be able to use ``cd stacks/xxx`` instead of ``tf stack xxx``

# Limitations

* the workspace is tied with the AWS account. Can't have multiple workspaces under the same AWS account
bmatei-visma marked this conversation as resolved.
Show resolved Hide resolved
Loading