provider.tf 148 B

123456
  1. # Configuration-based authentication
  2. provider "hashicups" {
  3. username = "education"
  4. password = "test123"
  5. host = "http://localhost:19090"
  6. }