Skip to content
Snippets Groups Projects
Select Git revision
  • ead567353d9e9893fa1a6ba79ea9b65f421a6b58
  • master default
  • M30
  • M24
  • TestForUpdateSite
  • M12
6 results

main.tf

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
    }