Skip to content

Commit 9374d44

Browse files
Emyrkaslilac
andauthored
Update warnings.go
Co-authored-by: ケイラ <[email protected]>
1 parent 670b6c8 commit 9374d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warnings.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func unresolvedModules(modules terraform.Modules) hcl.Diagnostics {
5555

5656
diags = diags.Append(&hcl.Diagnostic{
5757
Severity: hcl.DiagWarning,
58-
Summary: "Module not loaded, did you run `terraform init`? Or maybe the module is empty.",
58+
Summary: "Module not loaded. Did you run `terraform init`?",
5959
Detail: fmt.Sprintf("Module '%s' in file %q cannot be resolved. This module will be ignored.", label, block.HCLBlock().DefRange),
6060
Subject: &(block.HCLBlock().DefRange),
6161
})

0 commit comments

Comments
 (0)