codefresh-io / terraform-provider-codefresh

Terraform provider for the Codefresh API
https://registry.terraform.io/providers/codefresh-io/codefresh
Mozilla Public License 2.0
18 stars 24 forks source link

Unclear possible values of project/spec/runtime_environment/name #28

Open romaninsh opened 3 years ago

romaninsh commented 3 years ago

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)

jmanuelortizn commented 3 years ago

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