terraform {
  required_providers {
    myprovider = {
      source = "me/myprovider"
      version = "1.0.1"
    }
  }
}
