Created
May 26, 2025 14:16
-
-
Save marcelofabricanti/63d627d935cdaab49543e255158d3978 to your computer and use it in GitHub Desktop.
OCI output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ 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