-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat/apc cluster convert to component #9736
base: main
Are you sure you want to change the base?
Conversation
|
|
key = "terraform.tfstate" | ||
region = "eu-west-2" | ||
use_lockfile = true | ||
workspace_key_prefix = "environments/members/analytical-platform-compute" # This will store the object as environments/members/analytical-platform-compute/${workspace}/terraform.tfstate |
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.
workspace_key_prefix = "environments/members/analytical-platform-compute" # This will store the object as environments/members/analytical-platform-compute/${workspace}/terraform.tfstate | |
workspace_key_prefix = "environments/members/analytical-platform-compute/cluster" |
The new state needs a distinct prefix
This pull request:
Signed off by: Anthony Fitzroy anthony.fitzroy@justice.gov.uk