my-terraform-bucket
internal_api
env:
default
some-other-workspace
public_api
env:
default
some-other-workspace
yet-another-workspace
my-internal-api-terraform-bucket
env:
default
some-other-workspace
my-public-api-terraform-bucket
env:
default
some-other-workspace
yet-another-workspace
Thomas Perelle
DevOps & Containerization Consultant
Docker official instructor
t.pe...@treeptik.fr
+33 442370635
+33 661985726
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/terraform/issues
IRC: #terraform-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Terraform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/ab6a26d6-62a6-44c9-9c80-f55c7fd812d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to terrafo...@googlegroups.com.
terraform {
backend "s3" {
bucket = "my-bucket"
region = "us-east-1"
key = "terraform.tfstate"
workspace_key_prefix = "prefix"
}
}
my-bucket
prefix
default
terraform.tfstate
some-workspace
terraform.tfstate
To unsubscribe from this group and stop receiving emails from it, send an email to terrafo...@googlegroups.com.
Thomas Perelle
DevOps & Containerization Consultant
Docker official instructor
t.pe...@treeptik.fr
+33 442370635
+33 661985726
To unsubscribe from this group and stop receiving emails from it, send an email to terraform-too...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/terraform-tool/5b900f70-95bb-496f-b408-7dcdce9a14bf%40googlegroups.com.