terraform-provider-codefresh
terraform-provider-codefresh copied to clipboard
Unclear possible values of project/spec/runtime_environment/name
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)
Hey @romaninsh Did you figure how to set runtime_environment as a SAAS? Thanks