File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/antonbabenko/pre-commit-terraform
3- rev : v1.64.0
3+ rev : v1.68.1
44 hooks :
55 - id : terraform_fmt
66 - id : terraform_validate
2323 - ' --args=--only=terraform_standard_module_structure'
2424 - ' --args=--only=terraform_workspace_remote'
2525 - repo : https://github.com/pre-commit/pre-commit-hooks
26- rev : v4.1 .0
26+ rev : v4.2 .0
2727 hooks :
2828 - id : check-merge-conflict
2929 - id : end-of-file-fixer
Original file line number Diff line number Diff line change @@ -217,4 +217,6 @@ resource "aws_appsync_function" "this" {
217217
218218 request_mapping_template = lookup (each. value , " request_mapping_template" , null )
219219 response_mapping_template = lookup (each. value , " response_mapping_template" , null )
220+
221+ depends_on = [aws_appsync_datasource . this ]
220222}
You can’t perform that action at this time.
0 commit comments