We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561c4b2 commit c78f60bCopy full SHA for c78f60b
beginners/aws/backend.tf
@@ -0,0 +1,7 @@
1
+terraform{
2
+backend "s3" {
3
+bucket = "s3bucketName" // s3 bucket name created from AWS console
4
+key = "terraform.tfstate" // terraform state file
5
+region = "" // provide s3 bucket region
6
+}
7
0 commit comments