Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
backend.tf 77 B
terraform {
  # s3 parameters are passed in command line.
  backend "s3" {}
}