Skip to content

Commit

Permalink
chore: add support for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanalf committed Jun 24, 2024
1 parent 1523c6b commit 2a9934a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/crossplane/config.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,11 @@ config.new(
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
localName: 'upbound_terraform',
},
{
output: 'provider-terraform/0.16',
prefix: '^io\\.upbound\\.tf\\..*',
crds: ['https://doc.crds.dev/raw/github.com/upbound/[email protected]'],
localName: 'upbound_terraform',
},
]
)

0 comments on commit 2a9934a

Please sign in to comment.