From bf366f05095116748ff94cd7f508dc5887fb7938 Mon Sep 17 00:00:00 2001 From: Narra_Venkata_Raghu_Charan Date: Sat, 3 Dec 2022 12:22:11 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac78f9e..a04cde4 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Next, update the _main.tf_ file so that the terraform block looks like the follo ``` terraform { backend "gcs" { - bucket = "" + bucket = "" prefix = "terraform/state" } required_providers {