Skip to content

Commit f320757

Browse files
committed
fix: Remove unused partition data source following policy change
1 parent 7c117f7 commit f320757

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.98.0
3+
rev: v1.99.1
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs

modules/virtual-cluster/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ No modules.
112112
| [aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) | data source |
113113
| [aws_iam_policy_document.assume](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
114114
| [aws_iam_policy_document.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) | data source |
115-
| [aws_partition.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/partition) | data source |
116115

117116
## Inputs
118117

modules/virtual-cluster/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
data "aws_caller_identity" "current" {}
2-
data "aws_partition" "current" {}
32

43
locals {
54
account_id = data.aws_caller_identity.current.account_id

0 commit comments

Comments
 (0)