github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/internal/configs/testdata/nested-backend-warning/child/child.tf (about)

     1  terraform {
     2    # Only the root module can declare a backend. Terraform should emit a warning
     3    # about this child module backend declaration.
     4    backend "ignored" {
     5    }
     6  }