Skip to content

Instantly share code, notes, and snippets.

@michaelwooley
Created August 4, 2020 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelwooley/a3ff9c1d7085f6855839c1dda7a9e4cf to your computer and use it in GitHub Desktop.
Save michaelwooley/a3ff9c1d7085f6855839c1dda7a9e4cf to your computer and use it in GitHub Desktop.
Terraform v0.12.29
Initializing plugins and modules...
2020/08/04 00:15:19 [DEBUG] Using modified User-Agent: Terraform/0.12.29 TFC/3ad8313ada
module.gitlab.gitlab_project_variable.crc-ci-node-example: Creating...
module.gitlab.gitlab_project_variable.crc-nest-simple: Creating...
module.kubernetes.kubernetes_namespace.app: Creating...
module.kubernetes.kubernetes_namespace.app: Creation complete after 1s [id=app]
module.kubernetes.kubernetes_secret.container-registry: Creating...
module.kubernetes.kubernetes_secret.container-registry: Creation complete after 0s [id=app/container-registry]
Error: POST https://gitlab.com/api/v4/projects/20267709/variables: 400 {message: {value: [is invalid]}}
on gitlab/main.tf line 24, in resource "gitlab_project_variable" "crc-ci-node-example":
24: resource "gitlab_project_variable" "crc-ci-node-example" {
Error: POST https://gitlab.com/api/v4/projects/20312925/variables: 400 {message: {value: [is invalid]}}
on gitlab/main.tf line 40, in resource "gitlab_project_variable" "crc-nest-simple":
40: resource "gitlab_project_variable" "crc-nest-simple" {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment