terraform-provider-codefresh icon indicating copy to clipboard operation
terraform-provider-codefresh copied to clipboard

Unclear possible values of project/spec/runtime_environment/name

Open romaninsh opened this issue 5 years ago • 1 comments

I was trying to configure runtime to use "Medium" SAAS node, but couldn't find a suitable name for:

resource "codefresh_pipeline" "agiletoolkit-org" {

   # snip

    runtime_environment {
      name = "system/default"  # ?
      cpu = 2
    }
  }
}

I also couldn't find this from codefresh cli:

$ codefresh get runtime-environments
no available resources

Please provide example (I can create PR to expand documentation)

romaninsh avatar Jan 03 '21 19:01 romaninsh

Hey @romaninsh Did you figure how to set runtime_environment as a SAAS? Thanks

jmanuelortizn avatar May 25 '21 22:05 jmanuelortizn