mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 06:33:06 -03:00
chore: pre-commit hooks
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
availability_zones = [aws_instance.web.availability_zone]
|
||||
assume_role_policy = data.aws_iam_policy_document.trust.json
|
||||
policy_arn = aws_iam_policy.assume_roles[0].arn
|
||||
|
||||
|
||||
value = file("path.txt")
|
||||
value = jsonencode(element("value"))
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
provider "azurerm" { # (1)
|
||||
features {}
|
||||
}
|
||||
}
|
||||
|
||||
---tokens---
|
||||
'# Single line comment\n' Comment.Single
|
||||
|
Reference in New Issue
Block a user