We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ccac9d + c78f60b commit b2ef8f5Copy full SHA for b2ef8f5
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