TFLint is a Terraform linter focused on possible errors, best practices, etc. (Terraform >= 0.12)
Manage ECS Scheduled Tasks like Whenever
An insecure container runtime implementation
Distributed CLI runner on AWS CodeBuild
terraform-linters/vscode-tflint-lsc 3
A PoC of TFLint language server client
create AMI (Amazon Machine Image) and manage generations after deployment by capistrano3
A custom Amazon ECS CLI that eases up the cluster setup process, enables users to run their applications locally or on ECS using the same Docker Compose file format and familiar Compose commands.
AWS SDK for the Go programming language.
🍺 The missing package manager for macOS
push eventwata727/tapl-lesson
commit sha 521aee4efd02e98008a3676956098ae28a42f3e8
Add support general recursion
push time in 2 days
push eventwata727/tapl-lesson
commit sha 946ac4be53f765646548c2187bd51803d39cb7bf
Add support term binding
push time in 2 days
push eventwata727/tapl-lesson
commit sha 4f07659f0665b0bb92196025d98c5bed9d53a7ae
Add support variant
push time in 3 days
push eventwata727/tapl-lesson
commit sha 8cfd15f1c252bf7e147ed5c9434c4cbebe5d87de
Add support records
push time in 4 days
startedrubycdp/cuprite
started time in 6 days
issue openedrubocop-hq/rubocop
False positives on Lint/UriRegexp cop
RuboCop v0.89.0 reports an offense when using regexp method, not URI.regexp. A small example is here:
def regexp
/\A[a-z ]*\z/
end
'a' =~ regexp
Expected behavior
No offenses found
Actual behavior
Inspecting 1 file
W
Offenses:
example.rb:5:8: W: Lint/UriRegexp: URI.regexp is obsolete and should not be used. Instead, use URI::DEFAULT_PARSER.make_regexp.
'a' =~ regexp
^^^^^^
1 file inspected, 1 offense detected
Steps to reproduce the problem
Run rubocop against the above example code.
RuboCop version
Include the output of rubocop -V or bundle exec rubocop -V if using Bundler. Here's an example:
$ [bundle exec] rubocop -V
0.89.0 (using Parser 2.7.1.4, rubocop-ast 0.3.0, running on ruby 2.6.6 x86_64-darwin19)
created time in 7 days
startedtree-sitter/tree-sitter
started time in 8 days
push eventwata727/tapl-lesson
commit sha 198e714c09f04f74483a9c894fb709aed8c634a2
Add support tuples
push time in 8 days
startedKuniwak/isabelle-range
started time in 10 days
push eventwata727/tapl-lesson
commit sha 306fb902bc1876f542d45547d7566b409a663730
Add support let binding
push time in 10 days
push eventwata727/tapl-lesson
commit sha 10328aae78889215ab4f2ef3c8348ab71a7ad3d3
Add support ascribe
push time in 11 days
push eventwata727/tapl-lesson
commit sha 7bc226ac27b1bbc9f7edcc23a1d4219a03f44d3c
Add support for sequencing
push time in 11 days
push eventwata727/tapl-lesson
commit sha 1593f1fa80f8cdfb95414435c44853d0681ee4d2
Add support type binding
push time in 11 days
push eventwata727/tapl-lesson
commit sha 0803be11199638dc464c7f1d157d1389f4a069e7
Add support type binding
push time in 11 days
issue commentterraform-linters/tflint
feat: support named custom formats in terraform_naming_convention rule
In the case (pascal_case), it would be better to add the format to predefined formats. Initially, more formats were planned to be added, but omitted for simplicity. https://github.com/terraform-linters/tflint/pull/697#issuecomment-609041137
This is useful for cases where you want to name a special pattern that we can't add to predefined formats, but I'd like to think carefully about whether there is such a case.
comment created time in 14 days
push eventwata727/tapl-lesson
commit sha a3998fa555a6176fee3786d0f08b110ce8b2a996
Add support for the unit type
push time in 16 days
issue commentterraform-linters/tflint-ruleset-azurerm
Interested in helping out & Question on Mapping
Awesome!
Are they hand written?
Yes. Correspondence between Terraform attributes and Azure API specs is not defined anywhere, so only it is managed by hand. There is a possibility that it can be generated from static analysis of terraform-provider-azurerm's codebase, but I don't think about the challenges now.
comment created time in 16 days
startedgithub/rest-api-description
started time in 16 days
push eventwata727/tapl-lesson
commit sha 925308f3d4b21dff2585a554aae828b3d00e4bf0
Copy from 10_simplebool
commit sha b0b1e6512b67c658b50a70def50c969b4dd7b250
Tweaks for chapter 11.1
push time in 17 days
pull request commentterraform-linters/tflint
Expose `Server.ModuleCalls` for SDK
Thanks!
comment created time in 19 days
push eventterraform-linters/tflint
commit sha 1191789c7ef78fd9fee8c461eb3c251f69fc3284
Expose `Server.ModuleCalls` for SDK See the corresponding PR to the SDK: https://github.com/terraform-linters/tflint-plugin-sdk/pull/50 Version constraints may be a bit different over the wire: the type exposed by go-version can't necessarily be exactly reconstructed, as they've been normalized under the hood. The original value is still accessible through the usual hcl.Body.PartialContent or similar functions, if needed. In Terraform 0.12, I think the Count and ForEach struct members will never actually be set, but the corresponding Terraform types have them, so I've included them here. Maybe they'll Just Work once 0.13 is out of beta and support is added to tflint.
commit sha 766517882af329d9c0a048d9e59510e96a16ee77
Update SDK to include `WalkModuleCalls`
commit sha 1288b4052eff37c96f17d1e5d4bda11463f7e4fb
Merge pull request #848 from pd/walkmodulecalls Expose `Server.ModuleCalls` for SDK
push time in 19 days
PR merged terraform-linters/tflint
See the corresponding PR to the SDK this depends on:
https://github.com/terraform-linters/tflint-plugin-sdk/pull/50
Version constraints may be a bit different over the wire: the type exposed by go-version can't necessarily be exactly reconstructed, as they've been normalized under the hood. The original value is still accessible through the usual hcl.Body.PartialContent or similar functions, if needed.
In Terraform 0.12, I think the Count and ForEach struct members will never actually be set, but the corresponding Terraform types have them, so I've included them here. Maybe they'll Just Work once 0.13 is out of beta and support is added to tflint.
pr closed time in 19 days
push eventwata727/tapl-lesson
commit sha 9b93b8de844bf26a9ae14d31027425337b36d3d9
Copy from 07_untyped
commit sha 90b4483109afb7250db24312fc439c32d50fbb81
Add chapter 10 example
push time in 20 days
fork wata727/type-and-programming-language-src
mirror from https://www.cis.upenn.edu/~bcpierce/tapl/checkers
fork in 20 days
push eventwata727/tapl-lesson
commit sha 3fa30231c471caaf80cbd4fc1e6d509896295c55
Copy from 04_arith
commit sha d4c3db1a1b4b66277912b4d29fe9f440fa5a961e
Tweaks for chapter 8
push time in 20 days
push eventwata727/tapl-lesson
commit sha 8fe37466103dc06ebae57db50b01c8688260a157
Moved
push time in 20 days
delete branch terraform-linters/tflint-ruleset-azurerm
delete branch : update_snapshots
delete time in 20 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha b1261cf703b9fed55ba228b4b45146d4aa8b9540
Update azure-docs snapshots
commit sha 84fd05d5635d0279305111110eee256f84ce2c46
Merge pull request #43 from terraform-linters/update_snapshots Update azure-docs snapshots
push time in 20 days
PR merged terraform-linters/tflint-ruleset-azurerm
Fixes #42
See also https://github.com/MicrosoftDocs/azure-docs/commit/dfda1adbe96478a45c5adac444e03e16eba15b3d#diff-3e7bea3658cca708feb9ea8c64f2254f
pr closed time in 20 days
PR opened terraform-linters/tflint-ruleset-azurerm
Fixes #42
See also https://github.com/MicrosoftDocs/azure-docs/commit/dfda1adbe96478a45c5adac444e03e16eba15b3d#diff-3e7bea3658cca708feb9ea8c64f2254f
pr created time in 20 days
create barnchterraform-linters/tflint-ruleset-azurerm
created branch time in 20 days
pull request commentterraform-linters/tflint
Expose `Server.ModuleCalls` for SDK
I have merged the changes in the SDK, so please update its dependency in this PR :)
comment created time in 20 days
push eventterraform-linters/tflint-plugin-sdk
commit sha f4dbe3b92ed8dfdeb262865ba6e3b949b80bacfa
Implement `WalkModuleCalls` This allows rulesets to add lints that enforce rules on module calls rather than only on resource declarations. I plan to use it, for instance, to constrain the different forms of addresses used for module sources. Version constraints may be a bit different over the wire: the type exposed by `go-version` can't necessarily be exactly reconstructed, as they've been normalized under the hood. The original value is still accessible through the usual `hcl.Body.PartialContent` or similar functions, if needed. In Terraform 0.12, I think the `Count` and `ForEach` struct members will never actually be set, but the corresponding Terraform types have them, so I've included them here. Maybe they'll Just Work once 0.13 is out of beta and support is added to tflint.
commit sha 709fcdaec82359db880a6667d52d4d7871783de9
Implement `WalkModuleCalls` in the test helper Runner It's fairly minimal and of course doesn't enforce the vast majority of the rules that Terraform would while processing a module call block, but it hits the highlights.
commit sha 5ac6ff48b81ebbe214c519618b432d76fab9cb6a
Merge pull request #50 from pd/walkmodulecalls Implement `WalkModuleCalls`
push time in 20 days
PR merged terraform-linters/tflint-plugin-sdk
This allows rulesets to add lints that enforce rules on module calls rather than only on resource declarations. I plan to use it, for instance, to constrain the different forms of addresses used for module sources.
Version constraints may be a bit different over the wire: the type exposed
by go-version can't necessarily be exactly reconstructed, as they've
been normalized under the hood. The original value is still accessible
through the usual hcl.Body.PartialContent or similar functions, if
needed.
In Terraform 0.12, I think the Count and ForEach struct members
will never actually be set, but the corresponding Terraform types have
them, so I've included them here. Maybe they'll Just Work once 0.13 is
out of beta and support is added to tflint.
pr closed time in 20 days
pull request commentterraform-linters/tflint-plugin-sdk
I agreed to encode the version constraints as a string once and reconstruct it on the SDK side. I think it's the best option available at the moment.
In Terraform 0.12, I think the Count and ForEach struct members will never actually be set, but the corresponding Terraform types have them, so I've included them here. Maybe they'll Just Work once 0.13 is out of beta and support is added to tflint.
👍
comment created time in 22 days
Pull request review commentterraform-linters/tflint-plugin-sdk
func (r *Runner) WalkResources(resourceType string, walker func(*terraform.Resou return nil } +// WalkModuleCalls visits all module calls from Files.+func (r *Runner) WalkModuleCalls(walker func(*terraform.ModuleCall) error) error {+ return nil
Yes. This is a helper that allows you to write tests for ModuleCalls() when building your plugin.
For instance, this is an example of Backend().
https://github.com/terraform-linters/tflint-ruleset-template/blob/e7d6bf38e5271f6bd685a8171124c0e2c294a916/rules/terraform_backend_type_test.go https://github.com/terraform-linters/tflint-plugin-sdk/pull/49
I don't think it's a good design, but now I re-implemented it in a simple way in order to avoid dependency of the SDK on hashicorp/terraform.
comment created time in 22 days
Pull request review commentterraform-linters/tflint
terraform_required_providers: warn on provider.version
rule "terraform_required_providers" { } ``` -## Example+## Examples ```hcl provider "template" {}
The issue message has been updated, so it would be nice to reflect it in the example output as well.
comment created time in 22 days
push eventwata727/tapl-lesson
commit sha d36a9bcb75fd1a3bd98a3bd1ce3df8d1f8f765f5
Add chapter 7 example
push time in 24 days
push eventwata727/tapl-lesson
commit sha c4b75a196c39efd2c54bce2c4297d6aa57c36740
Add chapter 7 example
push time in 24 days
created tagterraform-linters/tflint-ruleset-azurerm
Experimental: TFLint ruleset for terraform-provider-azurerm
created time in 24 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha 7f8fdf0b06d01efbc966fae4b1884b754da1e5e0
Bump up version to v0.3.0
push time in 24 days
delete branch terraform-linters/tflint-ruleset-azurerm
delete branch : bump_tflint-plugin-sdk
delete time in 24 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha 3ac46bc34c1d0252fa4eb40352d014b9e7a4894f
Bump tflint-plugin-sdk to v0.3.0
commit sha deb579103ee36ef3fb588c8ce38974514b0665ed
Merge pull request #41 from terraform-linters/bump_tflint-plugin-sdk Bump tflint-plugin-sdk to v0.3.0
push time in 24 days
PR merged terraform-linters/tflint-ruleset-azurerm
pr closed time in 24 days
delete branch terraform-linters/tflint-ruleset-template
delete branch : bump-tflint-plugin-sdk
delete time in 24 days
push eventterraform-linters/tflint-ruleset-template
commit sha d52c81022a617852a18a71a9228c101582801b85
Bump tflint-plugin-sdk to v0.3.0
commit sha e7d6bf38e5271f6bd685a8171124c0e2c294a916
Merge pull request #10 from terraform-linters/bump-tflint-plugin-sdk Bump tflint-plugin-sdk to v0.3.0
push time in 24 days
PR merged terraform-linters/tflint-ruleset-template
This PR is an example of upgrading tflint-plugin-sdk for ruleset plugin.
This brings the following changes:
- Added
Backendto access the backend configuration - Updated protocol version. This means all plugins will need to be rebuilt with the new SDK
For details, see the CHANGELOG of tflint-plugin-sdk.
pr closed time in 24 days
PR opened terraform-linters/tflint-ruleset-azurerm
pr created time in 24 days
create barnchterraform-linters/tflint-ruleset-azurerm
branch : bump_tflint-plugin-sdk
created branch time in 24 days
delete branch terraform-linters/tflint-ruleset-azurerm
delete branch : bump_azure_provider
delete time in 24 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha 6c0c55a2e07bbcb7eed83aa2faf8447c1033f10d
Bump azure-rest-api-specs
commit sha 12c2039964e377a3773d4ecafd59b669dcbe6f8f
Bump terraform-provider-azurerm to v2.19.0 from v2.17.0
commit sha 2b1aca7c14152e84a9e09e22ecc6e293f8990e20
Merge pull request #40 from terraform-linters/bump_azure_provider Bump terraform-provider-azurerm to v2.19.0 from v2.17.0
push time in 24 days
PR merged terraform-linters/tflint-ruleset-azurerm
pr closed time in 24 days
push eventterraform-linters/tflint
commit sha fdd11f0ac7ada0af70a227caddca1160c4a14753
Bump up version to 0.18.0
push time in 24 days
created tagterraform-linters/tflint
TFLint is a Terraform linter focused on possible errors, best practices, etc. (Terraform >= 0.12)
created time in 24 days
delete branch terraform-linters/tflint
delete branch : dependabot/go_modules/github.com/aws/aws-sdk-go-1.33.7
delete time in 24 days
push eventterraform-linters/tflint
commit sha 879a3f5dd21c61f3c9000aade545444b62db75d1
Bump github.com/aws/aws-sdk-go from 1.32.12 to 1.33.7 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.32.12 to 1.33.7. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.32.12...v1.33.7) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 1fd6be49191dbb1eae941450fad51d925b35ec57
Merge pull request #847 from terraform-linters/dependabot/go_modules/github.com/aws/aws-sdk-go-1.33.7 Bump github.com/aws/aws-sdk-go from 1.32.12 to 1.33.7
push time in 24 days
PR merged terraform-linters/tflint
Bumps github.com/aws/aws-sdk-go from 1.32.12 to 1.33.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/releases">github.com/aws/aws-sdk-go's releases</a>.</em></p> <blockquote> <h1>Release v1.33.7 (2020-07-17)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service documentation</li> <li><code>service/appsync</code>: Updates service documentation</li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>Documentation updates for EC2</li> </ul> </li> <li><code>service/elasticbeanstalk</code>: Updates service waiters and paginators <ul> <li>Add waiters for <code>EnvironmentExists</code>, <code>EnvironmentUpdated</code>, and <code>EnvironmentTerminated</code>. Add paginators for <code>DescribeEnvironmentManagedActionHistory</code> and <code>ListPlatformVersions</code>.</li> </ul> </li> <li><code>service/macie2</code>: Updates service API, documentation, and paginators</li> </ul> <h3>SDK Enhancements</h3> <ul> <li><code>service/s3/s3manager</code>: Clarify documentation and behavior of GetBucketRegion (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/3428">#3428</a>) <ul> <li>Updates the documentation for GetBucketRegion's behavior with regard to default configuration for path style addressing. Provides examples how to override this behavior.</li> <li>Updates the GetBucketRegion utility to not require a region hint when the session or client was configured with a custom endpoint URL.</li> <li>Related to <a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3115">#3115</a></li> </ul> </li> <li><code>service/s3</code>: Add failsafe handling for unknown stream messages <ul> <li>Adds failsafe handling for receiving unknown stream messages from an API. A <code><streamName>UnknownEvent</code> type will encapsulate the unknown message received from the API. Where <code><streamName></code> is the name of the API's stream, (e.g. S3's <code>SelectObjectContentEventStreamUnknownEvent</code>).</li> </ul> </li> </ul> <h1>Release v1.33.6 (2020-07-15)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/ivs</code>: Adds new service</li> </ul> <h3>SDK Enhancements</h3> <ul> <li><code>service/s3/s3crypto</code>: Allow envelope unmarshal to accept JSON numbers for tag length [(<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3422">#3422</a>)](<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/3422">aws/aws-sdk-go#3422</a>)</li> </ul> <h1>Release v1.33.5 (2020-07-09)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/alexaforbusiness</code>: Updates service API and documentation</li> <li><code>service/amplify</code>: Updates service documentation</li> <li><code>service/appmesh</code>: Updates service API, documentation, and paginators</li> <li><code>service/cloudhsmv2</code>: Updates service documentation <ul> <li>Documentation updates for cloudhsmv2</li> </ul> </li> <li><code>service/comprehend</code>: Updates service API and documentation</li> <li><code>service/ebs</code>: Updates service API and documentation</li> <li><code>service/eventbridge</code>: Updates service API and documentation</li> <li><code>service/events</code>: Updates service API and documentation <ul> <li>Amazon CloudWatch Events/EventBridge adds support for API Gateway as a target.</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API and documentation <ul> <li>This release adds the DeleteHumanTaskUi API to Amazon Augmented AI</li> </ul> </li> <li><code>service/secretsmanager</code>: Updates service API, documentation, and examples <ul> <li>Adds support for filters on the ListSecrets API to allow filtering results by name, tag key, tag value, or description. Adds support for the BlockPublicPolicy option on the PutResourcePolicy API to block resource policies which grant a wide range of IAM principals access to secrets. Adds support for the ValidateResourcePolicy API to validate resource policies for syntax and prevent lockout error scenarios and wide access to secrets.</li> </ul> </li> <li><code>service/sns</code>: Updates service documentation <ul> <li>This release adds support for SMS origination number as an attribute in the MessageAttributes parameter for the SNS Publish API.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md">github.com/aws/aws-sdk-go's changelog</a>.</em></p> <blockquote> <h1>Release v1.33.7 (2020-07-17)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/application-autoscaling</code>: Updates service documentation</li> <li><code>service/appsync</code>: Updates service documentation</li> <li><code>service/connect</code>: Updates service API and documentation</li> <li><code>service/ec2</code>: Updates service API and documentation <ul> <li>Documentation updates for EC2</li> </ul> </li> <li><code>service/elasticbeanstalk</code>: Updates service waiters and paginators <ul> <li>Add waiters for <code>EnvironmentExists</code>, <code>EnvironmentUpdated</code>, and <code>EnvironmentTerminated</code>. Add paginators for <code>DescribeEnvironmentManagedActionHistory</code> and <code>ListPlatformVersions</code>.</li> </ul> </li> <li><code>service/macie2</code>: Updates service API, documentation, and paginators</li> </ul> <h3>SDK Enhancements</h3> <ul> <li><code>service/s3/s3manager</code>: Clarify documentation and behavior of GetBucketRegion (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/3428">#3428</a>) <ul> <li>Updates the documentation for GetBucketRegion's behavior with regard to default configuration for path style addressing. Provides examples how to override this behavior.</li> <li>Updates the GetBucketRegion utility to not require a region hint when the session or client was configured with a custom endpoint URL.</li> <li>Related to <a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3115">#3115</a></li> </ul> </li> <li><code>service/s3</code>: Add failsafe handling for unknown stream messages <ul> <li>Adds failsafe handling for receiving unknown stream messages from an API. A <code><streamName>UnknownEvent</code> type will encapsulate the unknown message received from the API. Where <code><streamName></code> is the name of the API's stream, (e.g. S3's <code>SelectObjectContentEventStreamUnknownEvent</code>).</li> </ul> </li> </ul> <h1>Release v1.33.6 (2020-07-15)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/ivs</code>: Adds new service</li> </ul> <h3>SDK Enhancements</h3> <ul> <li><code>service/s3/s3crypto</code>: Allow envelope unmarshal to accept JSON numbers for tag length [(<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3422">#3422</a>)](<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/pull/3422">aws/aws-sdk-go#3422</a>)</li> </ul> <h1>Release v1.33.5 (2020-07-09)</h1> <h3>Service Client Updates</h3> <ul> <li><code>service/alexaforbusiness</code>: Updates service API and documentation</li> <li><code>service/amplify</code>: Updates service documentation</li> <li><code>service/appmesh</code>: Updates service API, documentation, and paginators</li> <li><code>service/cloudhsmv2</code>: Updates service documentation <ul> <li>Documentation updates for cloudhsmv2</li> </ul> </li> <li><code>service/comprehend</code>: Updates service API and documentation</li> <li><code>service/ebs</code>: Updates service API and documentation</li> <li><code>service/eventbridge</code>: Updates service API and documentation</li> <li><code>service/events</code>: Updates service API and documentation <ul> <li>Amazon CloudWatch Events/EventBridge adds support for API Gateway as a target.</li> </ul> </li> <li><code>service/sagemaker</code>: Updates service API and documentation <ul> <li>This release adds the DeleteHumanTaskUi API to Amazon Augmented AI</li> </ul> </li> <li><code>service/secretsmanager</code>: Updates service API, documentation, and examples <ul> <li>Adds support for filters on the ListSecrets API to allow filtering results by name, tag key, tag value, or description. Adds support for the BlockPublicPolicy option on the PutResourcePolicy API to block resource policies which grant a wide range of IAM principals access to secrets. Adds support for the ValidateResourcePolicy API to validate resource policies for syntax and prevent lockout error scenarios and wide access to secrets.</li> </ul> </li> <li><code>service/sns</code>: Updates service documentation <ul> <li>This release adds support for SMS origination number as an attribute in the MessageAttributes parameter for the SNS Publish API.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go/commit/46dac1fc0ad8a1b3a2079f8c2af343b5044b9938"><code>46dac1f</code></a> Release v1.33.7 (2020-07-17)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/e2087bb5f1a87e45287865fdc159474f4642e1e6"><code>e2087bb</code></a> codegen: Add failsafe handling for unknown stream messages (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3334">#3334</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/b601f141d1a828b07251867463e42699dbfa4d74"><code>b601f14</code></a> service/s3/s3manager: Clarify documentation and behavior of GetBucketRegion (...</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/0d8d5fad7f70e9fa8d374081d5c0f91b42f70bea"><code>0d8d5fa</code></a> Fix documentation typos in aws/config (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3417">#3417</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/b868519ad5e70e7b66b3ef4753590fa752996c99"><code>b868519</code></a> <code>aws</code>: clarify Config.Endpoint behavior on empty strings (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3423">#3423</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/50ec954fadb534fd372117041979c9c936f1a1cb"><code>50ec954</code></a> service/s3/s3crypto: Allow content length JSON Number (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3427">#3427</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/7934958fdc7162a0d2a43de66d3fb7ee61fb51ee"><code>7934958</code></a> Release v1.33.6 (2020-07-15) (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3425">#3425</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/3f5bb9d4debf3a7e04854c19e76048f7d025d166"><code>3f5bb9d</code></a> service/s3/s3crypto: Allow envelope unmarshal to accept JSON numbers for tag ...</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/09f89e43e1bc1e647cd2bc83cf7cfb55c5be7fb3"><code>09f89e4</code></a> Release v1.33.5 (2020-07-09) (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3416">#3416</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go/commit/0f805d75a15acfb0ffaf393c57c0eed04d4870bf"><code>0f805d7</code></a> <code>service/organizations</code>: fix changelog (<a href="https://github-redirect.dependabot.com/aws/aws-sdk-go/issues/3414">#3414</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go/compare/v1.32.12...v1.33.7">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
pr closed time in 24 days
PR opened terraform-linters/tflint-ruleset-azurerm
pr created time in 24 days
create barnchterraform-linters/tflint-ruleset-azurerm
created branch time in 24 days
pull request commentterraform-linters/tflint
Bump github.com/aws/aws-sdk-go from 1.32.11 to 1.33.1
@dependabot recreate
comment created time in 24 days
push eventterraform-linters/tflint
commit sha def9be46404c2aad0a7c0c73915ebe7d2723820a
Bump terraform-provider-aws to v2.70.0 from v2.68.0
commit sha e35f2730aae472f0f2ff1aab0bbd7d577f9be2b1
Bump aws-sdk-go
commit sha 1af3d56e44da82fbe26c70b64ab09f40d1cd2a9d
make code
commit sha bc381856a2921288040143f2d0621dab2ced8e2e
Merge pull request #846 from terraform-linters/bump_aws_provider Bump terraform-provider-aws to v2.70.0 from v2.68.0
push time in 25 days
delete branch terraform-linters/tflint
delete branch : bump-tflint-plugin-sdk
delete time in 25 days
push eventterraform-linters/tflint
commit sha d317008db73434b5ec5a599fc952cd6f11c7454c
Bump tflint-plugin-sdk to v0.3.0
commit sha abcd78fc271de53e55c526303387ff980c7da867
Avoid to panic when config is empty
commit sha 676db72505bd270565f57b429ec0bb1e6e6368fe
Merge pull request #845 from terraform-linters/bump-tflint-plugin-sdk Bump tflint-plugin-sdk to v0.3.0
push time in 25 days
PR merged terraform-linters/tflint
This brings the following changes:
- Added
Backendto access the backend configuration - Updated protocol version. This means all plugins will need to be rebuilt with the new SDK
For details, see the CHANGELOG of tflint-plugin-sdk.
pr closed time in 25 days
push eventterraform-linters/tflint
commit sha d317008db73434b5ec5a599fc952cd6f11c7454c
Bump tflint-plugin-sdk to v0.3.0
commit sha abcd78fc271de53e55c526303387ff980c7da867
Avoid to panic when config is empty
push time in 25 days
push eventterraform-linters/tflint-ruleset-template
commit sha d52c81022a617852a18a71a9228c101582801b85
Bump tflint-plugin-sdk to v0.3.0
push time in 25 days
created tagterraform-linters/tflint-plugin-sdk
Experimental: TFLint plugin SDK for building custom rules
created time in 25 days
push eventterraform-linters/tflint-plugin-sdk
commit sha 2029af05a0961a363766237283ac15bedffa8b65
Bump up version to v0.3.0
push time in 25 days
push eventterraform-linters/tflint
commit sha 89f78ca966cac35cd3d0f24a6f76cc5d12983e7f
Avoid to panic when config is empty
push time in 25 days
PR opened terraform-linters/tflint
This brings the following changes:
- Added
Backendto access the backend configuration - Updated protocol version. This means all plugins will need to be rebuilt with the new SDK
For details, see the CHANGELOG of tflint-plugin-sdk.
pr created time in 25 days
create barnchterraform-linters/tflint
branch : bump-tflint-plugin-sdk
created branch time in 25 days
PR opened terraform-linters/tflint-ruleset-template
This PR is an example of upgrading tflint-plugin-sdk for ruleset plugin.
This brings the following changes:
- Added
Backendto access the backend configuration - Updated protocol version. This means all plugins will need to be rebuilt with the new SDK
For details, see the CHANGELOG of tflint-plugin-sdk.
pr created time in 25 days
create barnchterraform-linters/tflint-ruleset-template
branch : bump-tflint-plugin-sdk
created branch time in 25 days
delete branch terraform-linters/tflint-plugin-sdk
delete branch : add_backend_helper_function
delete time in 25 days
push eventterraform-linters/tflint-plugin-sdk
commit sha 5e7a7992aad206544ade1fb9615afad524e0edfc
Add Backend() helper
commit sha 1d4e58c64e80f05a67992922726f91c6885a03c3
Merge pull request #49 from terraform-linters/add_backend_helper_function Add Backend() helper
push time in 25 days
PR merged terraform-linters/tflint-plugin-sdk
See #47
pr closed time in 25 days
PR opened terraform-linters/tflint-plugin-sdk
See #47
pr created time in 25 days
create barnchterraform-linters/tflint-plugin-sdk
branch : add_backend_helper_function
created branch time in 25 days
delete branch terraform-linters/tflint-plugin-sdk
delete branch : bump_procotol_version
delete time in 25 days
push eventterraform-linters/tflint-plugin-sdk
commit sha 93f62afa8f67f4bca6537a812e3a3210dcfa01d0
Bump protocol version
commit sha a67b0aeca0e1ba7443c119a17508251717e8812a
Merge pull request #48 from terraform-linters/bump_procotol_version Bump protocol version
push time in 25 days
PR merged terraform-linters/tflint-plugin-sdk
This release breaks the API compatibility (newly added Backend() endpoint), so bump the protocol version.
pr closed time in 25 days
PR opened terraform-linters/tflint-plugin-sdk
This release breaks the API compatibility (newly added Backend() endpoint), so bump the protocol version.
pr created time in 25 days
create barnchterraform-linters/tflint-plugin-sdk
branch : bump_procotol_version
created branch time in 25 days
push eventterraform-linters/tflint
commit sha 1c4a1e30d74fed05411c2cf42f587666f9915754
Add `--loglevel` option
commit sha fbee13d8fd262c1a1d61414cf959087f122359b6
Merge pull request #844 from terraform-linters/add_loglevel_flag Add `--loglevel` option
push time in 25 days
issue closedterraform-linters/tflint
tflint is too silent by default. I noticed log.Printf("[DEBUG] statements in the code and then found TFLINT_LOG=debug tflint on the main page. It would be convenient to transform this to an option, such as tflint --loglevel=debug or tflint --loglevel=4.
TFLint v0.12.0
closed time in 25 days
abitrollyPR merged terraform-linters/tflint-ruleset-azurerm
Prevents issues like https://github.com/terraform-linters/tflint-ruleset-azurerm/issues/35.
pr closed time in 25 days
delete branch terraform-linters/tflint-ruleset-azurerm
delete branch : prevent_to_open_issue_with_empty_changes
delete time in 25 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha 4f25bda2de05d500b4283ad29a447d99765fc970
workflow: Prevent to open an issue with empty changes
commit sha 503d33a5f10c202130e304e42c16745f86515574
Merge pull request #36 from terraform-linters/prevent_to_open_issue_with_empty_changes workflow: Prevent to open an issue with empty changes
push time in 25 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha 4f25bda2de05d500b4283ad29a447d99765fc970
workflow: Prevent to open an issue with empty changes
push time in 25 days
push eventterraform-linters/tflint-ruleset-azurerm
commit sha 51923c8480905cc2664378a072fb05ed9e092f3f
workflow: Prevent to open an issue with empty changes
push time in 25 days
issue closedterraform-linters/tflint-ruleset-azurerm
🤖 MicrosoftDocs/azure-docs Changes Report
Changes found from the saved snapshots :eyes:
https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/virtual-machines/linux/sizes.md
closed time in 25 days
github-actions[bot]push eventterraform-linters/tflint-ruleset-azurerm
commit sha c3ac2d50a066661c1780c4c664582951d4020cac
workflow: Prevent to open an issue with empty changes
push time in 25 days