-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix terrafrom config bug #14362
fix terrafrom config bug #14362
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #14362 +/- ##
============================================
- Coverage 38.73% 38.72% -0.01%
+ Complexity 4579 4578 -1
============================================
Files 1237 1237
Lines 43537 43537
Branches 4823 4823
============================================
- Hits 16863 16859 -4
- Misses 24804 24807 +3
- Partials 1870 1871 +1 see 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Others LGTM.
@@ -7,7 +7,7 @@ | |||
|
|||
Set necessary variables by creating a file `ds-ami.pkrvars.hcl` and adding the following variables according to your own usage. | |||
|
|||
```hcl | |||
```shel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not keep hcl?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep hcl is ok to me, but we execute this command into the shell instead of terrafrom. so I change to shell.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so, do you prefer to use hcl
or shell
, all look go for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, both is okay on me, either.
Kudos, SonarCloud Quality Gate passed! |
(cherry picked from commit b5d88f2)
No description provided.