Skip to content
Snippets Groups Projects
Select Git revision
  • 23ad2361468c3f704d73a690529d58ce291a6770
  • main default protected
2 results

ApiService.js

Blame
  • main.tf 289 B
    provider "cloudbroker" {
      username    = "me@mycompany.com"
      password    = "*********"	
      endpoint    = "https://decide-prototype.cloudbroker.com"
      timeout     = 60
      max_retries = 5
    }
    
    resource "cloudbroker_instance" "sample-server" {
      name = "speedracer"
      cpus = 4
      ram  = 16384
    }