Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcelofabricanti/63d627d935cdaab49543e255158d3978 to your computer and use it in GitHub Desktop.
Save marcelofabricanti/63d627d935cdaab49543e255158d3978 to your computer and use it in GitHub Desktop.
OCI output
❯ terragrunt plan
11:01:25.522 INFO terraform: Initializing the backend...
11:01:25.535 ERROR terraform: ╷
11:01:25.535 ERROR terraform: │ Error: Invalid Value
11:01:25.535 ERROR terraform: │
11:01:25.535 ERROR terraform: │ on terragrunt.tf line 8, in terraform:
11:01:25.535 ERROR terraform: │ 8: bucket = "my.bucket.v1"
11:01:25.535 ERROR terraform: │
11:01:25.535 ERROR terraform: │ The bucket name can only include alphanumeric characters, underscores (_),
11:01:25.535 ERROR terraform: │ and hyphens (-).
11:01:25.535 ERROR terraform: ╵
11:01:25.538 ERROR terraform invocation failed in .
11:01:25.539 ERROR error occurred:
* Failed to execute "terraform init" in .
│ Error: Invalid Value
│ on terragrunt.tf line 8, in terraform:
│ 8: bucket = "my.bucket.v1"
│ The bucket name can only include alphanumeric characters, underscores (_),
│ and hyphens (-).
exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment