From ca27ebd8e527077b6d0ae2ab00a0f2b9786afd0e Mon Sep 17 00:00:00 2001 From: jainish shah Date: Thu, 1 Feb 2018 16:50:15 -0800 Subject: [PATCH] updated doc to use Deployment State in art repo --- Terraform/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Terraform/README.md b/Terraform/README.md index 74eb177..c01df8c 100644 --- a/Terraform/README.md +++ b/Terraform/README.md @@ -83,4 +83,6 @@ considering you have SSL certificate for `*.jfrog.team` Run command `terraform apply -var 'key_name=myAwsKey' -var 'secondary_node_count=2' -ver 'artifactory_version=5.8.2'`. 2. You will see instances will get upgraded one by one. Depending on your cluster size it will take 20-30 minutes to update stack. - \ No newline at end of file + +### Use Artifactory as backend +To to store state as an artifact in a given repository of Artifactory follow documentation provided at [https://www.terraform.io/docs/backends/types/artifactory.html](https://www.terraform.io/docs/backends/types/artifactory.html) \ No newline at end of file