Open EugenKon opened 1 year ago
Found an issue. I updated this names to actual values
variable "registry_username" {
type = string
default = ""
env = ["REGISTRY_USERNAME"]
}
variable "registry_password" {
type = string
sensitive = true
default = ""
env = ["REGISTRY_PASSWORD"]
}
This is ambigious. Sometimes you require to update (learn-nomad-cluster-setup/aws/variables.hcl), sometimes not (like here). This is ambigous. =(
Hi @EugenKon I'm going to transfer this issue over to the Waypoint repo, as the folks there will have better context on how to help you out.
Nomad version
$ nomad -v Nomad v1.6.1 BuildDate 2023-07-21T13:49:42Z Revision 515895c7690cdc72278018dc5dc58aca41204ccc
Issue
Reproduction steps
Follow self managed nomad https://developer.hashicorp.com/waypoint/tutorials/get-started-nomad-cloud/get-started-nomad-cloud
Expected Result
Successful deployment
Actual Result
Deployment failed