terraform {
  cloud {
    organization = "Datafy-AWS-Deploy"
    workspaces {
      name = "Production"
    }
  }
}
