Andrej
Andrej
CCoder.com
Created by Andrej on 11/8/2024 in #help
Bug with local exec in a module
No description
48 replies
CCoder.com
Created by Andrej on 11/6/2024 in #help
Save template with failing build
Hi, would it be possible to add some option of saving a template even though the build is failing? When working on some changes I want to be able to back them up to be able to work on them next day for example.
11 replies
CCoder.com
Created by Andrej on 10/25/2024 in #help
Error when building workspace with parametrized OpenStack provider using coder parameters
Hi, when I use coder parameters to parametrize OpenStack provider like this:
provider "openstack" {
application_credential_id = data.coder_parameter.application_credential_id.value
application_credential_name = data.coder_parameter.application_credential_name.value
application_credential_secret = data.coder_parameter.application_credential_secret.value
...
provider "openstack" {
application_credential_id = data.coder_parameter.application_credential_id.value
application_credential_name = data.coder_parameter.application_credential_name.value
application_credential_secret = data.coder_parameter.application_credential_secret.value
...
and then i do
data "openstack_images_image_v2" "nodes_image" {
name = "ubuntu-jammy-x86_64"
}
data "openstack_images_image_v2" "nodes_image" {
name = "ubuntu-jammy-x86_64"
}
I am getting Error creating OpenStack image client: You must provide a password to authenticate on .terraform/modules/kubernetes_infra/instances.tf line 1 I don't know if this is right place to discuss this issue, but this behavior is happening only in coder. when i parametrize provider with standard variables, terraform plan is already expecting variables to be filled. Any idea how to bypass this issue? When providing the values directly everything works.
7 replies
CCoder.com
Created by Andrej on 10/18/2024 in #help
Create template by zip upload hangs
No description
28 replies
CCoder.com
Created by Andrej on 10/16/2024 in #help
State management, external backend?
Hi everyone, how does coder manage the terraform state of its workspaces? Is it stored in the Postgres database? Is there any option of them being stored externally, such as S3?
11 replies