File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 88 tf-lint :
99 uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
1010 secrets :
11- GITHUB : ${{ secrets.GITHUB }}
11+ GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change 11repos :
22
33 - repo : https://github.com/gruntwork-io/pre-commit
4- rev : v0.1.12 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
4+ rev : v0.1.23 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
55 hooks :
66 - id : terraform-fmt
77 - id : shellcheck
88 - id : tflint
99
10- - repo : git ://github.com/pre-commit/pre-commit-hooks
11- rev : v4 .0.1 # Use the ref you want to point at
10+ - repo : https ://github.com/pre-commit/pre-commit-hooks
11+ rev : v5 .0.0 # Use the ref you want to point at
1212 hooks :
1313 - id : end-of-file-fixer
1414 - id : trailing-whitespace
Original file line number Diff line number Diff line change @@ -163,4 +163,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163163
164164
165165[ 2.0.0 ] : https://github.com/clouddrove/terraform-aws-elasticache/compare/1.0.4...2.0.0
166- [ 2.0.1 ] : https://github.com/clouddrove/terraform-aws-elasticache/compare/2.0.0...2.0.1
166+ [ 2.0.1 ] : https://github.com/clouddrove/terraform-aws-elasticache/compare/2.0.0...2.0.1
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ module "vpc" {
2626# ###----------------------------------------------------------------------------------
2727module "subnets" {
2828 source = " clouddrove/subnet/aws"
29- version = " 2.0.0 "
29+ version = " 2.0.1 "
3030
3131 name = " ${ local . name } -subnets"
3232 environment = local. environment
@@ -83,6 +83,6 @@ module "memcached" {
8383 dns_record_name = " prod"
8484 route53_ttl = " 300"
8585 route53_type = " CNAME"
86- route53_zone_id = " SERFxxxx6XCsY9Lxxxxx" # Change Zone ID with Route53 Zone ID from looking at AWS Console
86+ route53_zone_id = " SERFxxxx6XCsY9Lxxxxx" # Change Zone ID with Route53 Zone ID from looking at AWS Console
8787 }
8888}
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ output "redis_ssm_arn" {
2626output "auth_token" {
2727 value = module. redis-cluster . auth_token
2828 sensitive = true
29- }
29+ }
You can’t perform that action at this time.
0 commit comments