-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
Hello, in the "State File Isolation" section, when following the commands and codes, when it comes time to create a new workspace:
terraform workspace new example1
It issues this error:
terraform workspace new test1
failed to lock s3 state: 2 errors occurred:
- ResourceNotFoundException: Requested resource not found
- ResourceNotFoundException: Requested resource not found
I've tried different ways to fix this, I've used your main.tf code, but it doesn't work. How can we resolve this?