You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
$ terraform workspace new test
NotFound: Not Found
status code: 404, request id: , host id:
Expected Behavior
(From Terraform Docs)
key - (Required) The path to the state file inside the bucket. When using a non-default workspace, the state path will be /workspace_key_prefix/workspace_name/key
A new object should be created: terraform-state/test/terraform.tfstate
Actual Behavior
See debug output - no new statefile created
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Setup OPC provider and remote state backend
terraform init
terraform workspace new test
Important Factoids
Remote state works perfectly fine in default workspace.
OCI-C does not allow sub directories within a bucket, so is it even possible for OCI-C object storage to support multiple workspaces?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.11.7
Affected Resource(s)
terraform backend "s3"
Terraform Configuration Files
Debug Output
Expected Behavior
(From Terraform Docs)
key - (Required) The path to the state file inside the bucket. When using a non-default workspace, the state path will be /workspace_key_prefix/workspace_name/key
A new object should be created: terraform-state/test/terraform.tfstate
Actual Behavior
See debug output - no new statefile created
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform init
terraform workspace new test
Important Factoids
Remote state works perfectly fine in default workspace.
OCI-C does not allow sub directories within a bucket, so is it even possible for OCI-C object storage to support multiple workspaces?
The text was updated successfully, but these errors were encountered: