Skip to content
Snippets Groups Projects
backend.tf 77 B
Newer Older
terraform {
  # s3 parameters are passed in command line.
  backend "s3" {}
}