Skip to content

Commit

Permalink
Add terraform-registry-manifest.json file
Browse files Browse the repository at this point in the history
This file is part of the new framework structure. It's used by the terraform registry to get additional data about the provider being published. For details check this link: https://developer.hashicorp.com/terraform/registry/providers/publishing#terraform-registry-manifest-file
  • Loading branch information
edif2008 committed Apr 22, 2024
1 parent ae10657 commit a264f2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform-registry-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": 1,
"metadata": {
"protocol_versions": ["6.0"]
}
}

0 comments on commit a264f2d

Please sign in to comment.