We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df82a2b commit c5a1593Copy full SHA for c5a1593
.gitignore
@@ -7,6 +7,7 @@ submodule.sh
7
8
.terraform
9
.terraform.lock.hcl
10
+.terraform.tfstate.lock.info
11
*.tmp
12
go.sum
13
scripts/import_tfer_check.go
@@ -307,7 +307,7 @@ func excuteTferTest() {
307
308
var (
309
providerRegexPattern = `provider "alicloud" {\s*[^}]*}`
310
- variableRegexPattern = `variable ".*?" {\s*.*?\s*}`
+ variableRegexPattern = `variable\s+"(\w+)"\s*{[^}]*}`
311
312
stateFilePath = ""
313
0 commit comments