Skip to content

Commit f397f69

Browse files
chore: add provider_meta for API usage tracking (#39)
Co-authored-by: Anmol Nagpal <anmolnagpal@users.noreply.github.com>
1 parent 5d22448 commit f397f69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versions.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ terraform {
88
version = ">= 5.80.0"
99
}
1010
}
11+
12+
provider_meta "aws" {
13+
module_name = "clouddrove/terraform-aws-efs"
14+
}
1115
}

0 commit comments

Comments
 (0)