Skip to content

Commit dfc35aa

Browse files
committed
chore(vpc-endpoint-consumer): add null provider dependency to versions.tf
Signed-off-by: Ghislain Cheng <ghislain.cheng@zama.ai>
1 parent ebddf30 commit dfc35aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/vpc-endpoint-consumer/versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ terraform {
1010
source = "hashicorp/kubernetes"
1111
version = ">= 2.23"
1212
}
13+
null = {
14+
source = "hashicorp/null"
15+
version = ">= 3.0"
16+
}
1317
}
1418
}

0 commit comments

Comments
 (0)