Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.terraform.lock.hcl 1.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  1. # This file is maintained automatically by "terraform init".
  2. # Manual edits may be lost in future updates.
  3. provider "registry.terraform.io/hashicorp/aws" {
  4. version = "4.0.0"
  5. constraints = "~> 4.0.0"
  6. hashes = [
  7. "h1:G0toIzBkhRr/UNRdksvnIyPXnGT9nH0A7gWmu93I1Eg=",
  8. "zh:02937cb37860b022e7d996726e7584ca23904baf7852d266f2dd7891ee088ae4",
  9. "zh:259dd5790ec5f4e6814c9584c79834dce3d719e932ce662b21f13434e9441194",
  10. "zh:2d230c8c92c3cb2c07471a4324d802c44365dcf99fe0d562cc737d1f964e9c1d",
  11. "zh:380b04e78934519469e699c537516ae1674d15f77c6778c2738cd69374b661aa",
  12. "zh:3d7121da1fa92166c9ea26f3c9839cef06833420d6c46978b4cbbfd0b5050791",
  13. "zh:6b7f5a3b28ec3a631d689f599a39bfe98ca5b785353b01e374cff655b097a791",
  14. "zh:7882291716d2d03df5ece721429770452db76c712fcff08964c3a7c0b639f703",
  15. "zh:95250c5768610d69a28501f03176b6a05a5d5ac2ae317cb582d94b044b3272b3",
  16. "zh:b16a622a76bee455c8b256d828f8a60515e1e9dad38420a4db1be9b9e16d474a",
  17. "zh:c805822f0ba57e8063b6201e1f351aa4dbd5ad8886dedd25d809e5aeb9aa0259",
  18. "zh:e1c3a0da5576aec4a48f897cd04b739c1f533cdb0005ce4c7f5bc45808b799b1",
  19. ]
  20. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...