Skip to content

Commit

Permalink
updates for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchees committed Nov 29, 2024
1 parent c8a0626 commit 29a159c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/addition-iam-policies/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ data "aws_iam_policy_document" "secrets_manager" {
resource "aws_iam_policy" "secrets_manager" {
name = "${var.name}-secrets-manager-policy"
policy = data.aws_iam_policy_document.secrets_manager.json
}
}
2 changes: 1 addition & 1 deletion examples/addition-iam-policies/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ variable "vpc_id" {
variable "subnet_ids" {
type = list(string)
description = "The list of Subnet IDs for AWS Codebuild to launch ephemeral EC2 instances in."
}
}
2 changes: 1 addition & 1 deletion examples/multiple-runners/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ variable "vpc_id" {
variable "subnet_ids" {
type = list(string)
description = "The list of Subnet IDs for AWS Codebuild to launch ephemeral EC2 instances in."
}
}

0 comments on commit 29a159c

Please sign in to comment.