From 291835bb5c7fe10265d05ec39887028714101ab7 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 20 Sep 2021 12:34:51 +0100 Subject: Update README for new tfstate location --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3489f30c..772402fb 100644 --- a/README.md +++ b/README.md @@ -158,10 +158,15 @@ service provider terraform apply -This will create/modify a `terraform.tfstate` file containing the status of -of the services in the cloud. It's important to keep it in Git so that -later changes can be applied. Make sure you don't include any secrets in -your Terraform scripts, so that it's safe to publish in the open. +This will create/update the tfstate currently stored in OpenStack (via Swift). +If you want to download the state file you can run the following command, but +this isn't necessary: + + openstack object save terraform-state-baserock tfstate.tf + +> The `tfstate` is common for everyone. Is not recommended to have multiple +> people working at the same time on the Terraform side of the infrastructure. + These scripts will create: - Networks, subnetworks, floating IPs -- cgit v1.2.1