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

Remove deprecated workspace_prefix in v0.8.0 #648

Open
findkim opened this issue Jan 31, 2022 · 0 comments
Open

Remove deprecated workspace_prefix in v0.8.0 #648

findkim opened this issue Jan 31, 2022 · 0 comments
Labels
good first issue Good for newcomers
Milestone

Comments

@findkim
Copy link
Contributor

findkim commented Jan 31, 2022

Consul docs for deprecation notice hashicorp/consul#11836
Initial bug ticket #442

Remove

driver "terraform-cloud" {
  workspace_prefix = "my-prefix-"
}

The new option

driver "terraform-cloud" {
  workspaces {
    prefix = "my-prefix-"
  }
}
@findkim findkim modified the milestones: v0.4.2, v0.8.0 Jan 31, 2022
@mkam mkam added the good first issue Good for newcomers label May 9, 2022
sarahethompson pushed a commit that referenced this issue Nov 6, 2023
Wait specifically for a new leader
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants